basic ipc framework
commitd0178934a1c7e5ce13a55e00e57b01f5f39a2535
authorLove Hornquist Astrand <lha@h5l.org>
Sat, 21 Nov 2009 18:25:30 +0000 (21 10:25 -0800)
committerLove Hornquist Astrand <lha@h5l.org>
Sat, 21 Nov 2009 18:25:30 +0000 (21 10:25 -0800)
treef9a74009f9cd9a27dac1a35d030bfb9d436468af
parentee4afc80607bbfcfbbf6daa8ec92195f14c44c7d
basic ipc framework
12 files changed:
lib/ipc/Makefile.am [new file with mode: 0644]
lib/ipc/client.c [new file with mode: 0644]
lib/ipc/common.c [new file with mode: 0644]
lib/ipc/heim-ipc.h [new file with mode: 0644]
lib/ipc/heim_ipc.defs [new file with mode: 0644]
lib/ipc/heim_ipc_async.defs [new file with mode: 0644]
lib/ipc/heim_ipc_reply.defs [new file with mode: 0644]
lib/ipc/heim_ipc_types.h [new file with mode: 0644]
lib/ipc/hi_locl.h [new file with mode: 0644]
lib/ipc/server.c [new file with mode: 0644]
lib/ipc/tc.c [new file with mode: 0644]
lib/ipc/ts.c [new file with mode: 0644]