]> git.ozlabs.org Git - ccan-lca-2011.git/commit
lca2011: hacky import of tevent.
authorRusty Russell <rusty@rustcorp.com.au>
Sat, 22 Jan 2011 03:39:59 +0000 (14:09 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Sat, 22 Jan 2011 03:39:59 +0000 (14:09 +1030)
commit3c0e396987e736a04cfa19052177d4d06e6714c8
tree6a39a97a013ea3e16203116b19cf155607f2edc9
parent463060714b60d4ea92f852f4aea2c178798e6198
lca2011: hacky import of tevent.
13 files changed:
ccan/tevent/_info [new file with mode: 0644]
ccan/tevent/tevent.c [new file with mode: 0644]
ccan/tevent/tevent.h [new file with mode: 0644]
ccan/tevent/tevent_debug.c [new file with mode: 0644]
ccan/tevent/tevent_fd.c [new file with mode: 0644]
ccan/tevent/tevent_immediate.c [new file with mode: 0644]
ccan/tevent/tevent_internal.h [new file with mode: 0644]
ccan/tevent/tevent_select.c [new file with mode: 0644]
ccan/tevent/tevent_signal.c [new file with mode: 0644]
ccan/tevent/tevent_standard.c [new file with mode: 0644]
ccan/tevent/tevent_timed.c [new file with mode: 0644]
ccan/tevent/tevent_util.c [new file with mode: 0644]
ccan/tevent/tevent_util.h [new file with mode: 0644]