]> git.ozlabs.org Git - ccan/commit - ccan/lpq/_info
lpq: New module
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 27 Oct 2015 11:10:27 +0000 (22:10 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 27 Oct 2015 11:10:27 +0000 (22:10 +1100)
commit195e8492de575a352f8bb38bbfedaf6f27902e40
tree7a4e2cbc88c85429c687b7c3e36af0072858f019
parent42b7ab487d38ac9753cc2fd3264f24082cff5b05
lpq: New module

Simple, slow priority queue implementation.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Makefile-ccan
ccan/lpq/LICENSE [new symlink]
ccan/lpq/_info [new file with mode: 0644]
ccan/lpq/lpq.c [new file with mode: 0644]
ccan/lpq/lpq.h [new file with mode: 0644]
ccan/lpq/test/api.c [new file with mode: 0644]