lqueue: Linked list queue implementation
This new module provides a simple queue implementation as a singly linked (circular) list. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Showing
ccan/lqueue/LICENSE
0 → 120000
ccan/lqueue/_info
0 → 100644
ccan/lqueue/lqueue.h
0 → 100644
ccan/lqueue/test/run.c
0 → 100644
Please register or sign in to comment