]> www.infradead.org Git - users/dhowells/kafs-utils.git/commit
rxgen: Implement the transmission side of split-mode RPC calls
authorDavid Howells <dhowells@redhat.com>
Tue, 15 Apr 2014 08:34:42 +0000 (09:34 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 16 Apr 2014 07:22:26 +0000 (08:22 +0100)
commit95d6aa47891d75ace637a2b5f60ea36b03f0524e
treec04939bfb8ef0bd8cdf8ae4592ff50a5df1cf3db
parentc9e6fb195c5053aec5573856ecc4522264e5a1a3
rxgen: Implement the transmission side of split-mode RPC calls

Implement the transmission side of RPC calls that are marked with a 'split'
flag - ie. functions in which the caller is allowed to interpolate an
arbitrary transmission blob after the arguments and to receive an arbitrary
blob before the response is received.

Signed-off-by: David Howells <dhowells@redhat.com>
af_rxrpc.c
compile_pykafs.py
py_rxgen.c
py_rxgen.h
py_rxsplit.c [new file with mode: 0644]
rxgen.h
rxgen/emit_py_module.pm
rxgen/emit_py_sync_funcs.pm