OpenAFS
OpenAFS distributed network file system
_msrpc_conn Struct Reference

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_callhead
 Queue of msrpc_call objects for the connection.
msrpc_calltail

Detailed Description

RPC connection structure.

Represents a single RPC connection. Can support multiple queued RPCs.


Field Documentation

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

Secondary address for the connection.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables