diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-12 15:22:19 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-12 15:22:19 -0400 |
| commit | 89418faafd87cbbf0b36bc8bf916904a170073f6 (patch) | |
| tree | ea5b619a973ad83715de82a432565fba988a535f /docs/application/queue.md | |
| parent | 20a19f433956f063d8048f032aaf5dcce1d61e7c (diff) | |
use gnu23
Diffstat (limited to 'docs/application/queue.md')
| -rw-r--r-- | docs/application/queue.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/application/queue.md b/docs/application/queue.md index bff1dd7..cab2e0b 100644 --- a/docs/application/queue.md +++ b/docs/application/queue.md @@ -6,12 +6,12 @@ ```c typedef struct _kpl_queue_item { - POOL_HEADER(_kpl_queue_item); + KPL_POOL_HEADER(_kpl_queue_item); kpl_any any; } kpl_queue_item; typedef struct _kpl_queue { - POOL_HEADER(_kpl_queue); + KPL_POOL_HEADER(_kpl_queue); uint32_t length; kpl_interface *interface; kpl_pool_any *head, *tail; |
