OpenAFS
OpenAFS distributed network file system
|
RPC connection structure. More...
#include <msrpc.h>
Data Fields | |
unsigned int | max_xmit_frag |
Maximum size of fragment client->server. | |
unsigned int | max_recv_frag |
Maximum size of fragment server->client. | |
u_int32 | assoc_group_id |
Association group ID for the connection. | |
unsigned int | rpc_vers |
RPC Protocol version. | |
unsigned int | rpc_vers_minor |
Minor version number. | |
char * | secondary_address |
Secondary address for the connection. | |
RPC_SERVER_INTERFACE * | interface |
Selected server interface. | |
msrpc_call * | head |
Queue of msrpc_call objects for the connection. | |
msrpc_call * | tail |
RPC connection structure.
Represents a single RPC connection. Can support multiple queued RPCs.
u_int32 assoc_group_id |
Association group ID for the connection.
Queue of msrpc_call objects for the connection.
RPC_SERVER_INTERFACE* interface |
Selected server interface.
Only valid after a successful bind.
unsigned int rpc_vers |
RPC Protocol version.
Always 5
unsigned int rpc_vers_minor |
Minor version number.
0 or 1
char* secondary_address |
Secondary address for the connection.