]> git.ozlabs.org Git - ccan/commit
rszshm: New module
authorDan Good <dan@dancancode.com>
Tue, 19 Jan 2016 06:04:02 +0000 (06:04 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 21 Jan 2016 04:45:35 +0000 (15:15 +1030)
commitac29ec5d15e8b108cb75cfb4fe13d79739e9c5cf
tree71563585604a60fb18e8da5075f7081d2c4dc35c
parent64e9e7145aac9502655c5799ab711b9766c1da57
rszshm: New module

rszshm - resizable pointer-safe shared memory

Signed-off-by: Dan Good <dan@dancancode.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Makefile-ccan
ccan/rszshm/LICENSE [new symlink]
ccan/rszshm/_info [new file with mode: 0644]
ccan/rszshm/rszshm.c [new file with mode: 0644]
ccan/rszshm/rszshm.h [new file with mode: 0644]
ccan/rszshm/test/run.c [new file with mode: 0644]