]> www.infradead.org Git - users/dhowells/kafs-utils.git/commit
Move to mostly asynchronous model and emit server side pieces
authorDavid Howells <dhowells@redhat.com>
Wed, 22 Jan 2014 00:55:24 +0000 (00:55 +0000)
committerDavid Howells <dhowells@redhat.com>
Wed, 22 Jan 2014 00:55:24 +0000 (00:55 +0000)
commit389707f28098e32f3f772de725e3e9e2cd0ba12c
treeac860ae29815ca6f095a4a4183de101bcbe591c9
parent6cdee5a458e16daabd0b3537062b096514e4f4e1
Move to mostly asynchronous model and emit server side pieces

Move to a mostly asynchronous model for sending and receiving RPC calls and
also emit server side pieces.

Signed-off-by: David Howells <dhowells@redhat.com>
23 files changed:
.gitignore
Makefile
af_rxrpc.c
af_rxrpc.h
compile_pykafs.py
py_rxconn.c [new file with mode: 0644]
py_rxgen.c
py_rxgen.h
rpc-api/bos.xg
rpc-api/cb.xg
rpc-api/fs.xg
rpc-api/ka.xg
rpc-api/pts.xg
rpc-api/vldb.xg
rpc-api/volumeserver.xg
rxgen.h
rxgen/emit_c_struct.pm
rxgen/emit_c_sync_funcs.pm
rxgen/emit_py_module.pm
rxgen/emit_py_sync_funcs.pm
rxgen/emit_py_types.pm
rxgen/rxgen.pl
vl-test.py