TABLE OF CONTENTS
libram-rpc/ramrpc_bh [ Structures ]
[ Top ] [ libram-rpc ] [ Structures ]
NAME
ramrpc_bh - libramrpc backend handle
DESCRIPTION
This structure defines the backend handle for the libramrpc backend module.
SOURCE
struct ramrpc_bh { CLIENT *clnt; int flags; int sock; int error; char *host; struct addrinfo server; };
ATTRIBUTES
- clnt: onc/rpc CLIENT* handle for rpc communication
- flags: flags from libram_init callback
- sock: file descriptor of socket to rpc server
- error: rpc error value
- host: hostname of rpc server
- server: struct addrinfo for server parameters
SEE ALSO
libram(3), libram_init(3), libram_exit(3), ram_fh(3), ram_bh(3)