]> www.infradead.org Git - users/dhowells/kafs-utils.git/commit
Implement basic I/O on top of an AF_RXRPC socket
authorDavid Howells <dhowells@redhat.com>
Mon, 30 Sep 2019 09:13:00 +0000 (10:13 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 5 May 2023 09:05:25 +0000 (10:05 +0100)
commita9d57cf7e834c089adbb85291f0831ba5f3ba064
tree5996295f416971a5dcfd297d47eccec8fde07641
parente7eab992b446dc68341e5e6a59c13b2e8181ea0b
Implement basic I/O on top of an AF_RXRPC socket

Implement basic I/O on top of an AF_RXRPC socket so that the codecs
generated by rxgen.py will work.

Signed-off-by: David Howells <dhowells@redhat.com>
.gitignore
lib/Makefile
lib/af_rxrpc.c [new file with mode: 0644]
lib/list.h [new file with mode: 0644]
lib/rxrpc.h
lib/rxrpc_core.c [new file with mode: 0644]
lib/rxrpc_xdr.c [new file with mode: 0644]
lib/transport.h [new file with mode: 0644]