summaryrefslogtreecommitdiff
path: root/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'queue.h')
-rw-r--r--queue.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/queue.h b/queue.h
index 8394aa61a..05efe589b 100644
--- a/queue.h
+++ b/queue.h
@@ -76,7 +76,8 @@ struct Queue{
uint blocks; /* The amount of blocks for which space is reserved in elements */
BinaryHeapNode** elements;
} binaryheap;
- };
+ } data;
+
/* If true, this struct will be free'd when the
* Queue is deleted. */
bool freeq;