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

SEE ALSO

libram(3), libram_init(3), libram_exit(3), ram_fh(3), ram_bh(3)