diff options
Diffstat (limited to 'docs/application/queue.md')
| -rw-r--r-- | docs/application/queue.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/application/queue.md b/docs/application/queue.md index 2807ce9..cd9f363 100644 --- a/docs/application/queue.md +++ b/docs/application/queue.md @@ -11,7 +11,7 @@ typedef struct _kpl_queue_item { } kpl_queue_item; typedef struct _kpl_queue { - KPL_ALLOC_HEADER(struct _kpl_queue); + KPL_SLAB_HEADER(struct _kpl_queue); size_t item_length; kpl_interface *interface; kpl_pool_any *head, *tail; |
