]> git.ozlabs.org Git - ccan/commit - ccan/tal/link/_info
tal/link: new module for reference-count style coding for tal.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 3 Dec 2012 11:36:38 +0000 (22:06 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 3 Dec 2012 11:36:38 +0000 (22:06 +1030)
commit72ce81407f677cf279eb46b1c90c34316067b674
tree7ab1783132e3443018a6beddd2ad988d81238de1
parente7ae27d64226dda9865f1e4b5d9a55adcee04694
tal/link: new module for reference-count style coding for tal.

Tests and example copied from talloc_link, which I also wrote.

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