|
OpenAFS
OpenAFS distributed network file system
|
RPC call. More...
#include <msrpc.h>
Data Fields | |
| struct msrpc_call * | next |
| struct msrpc_call * | prev |
| MSRPC_CALL_STATUS | status |
| u_int32 | call_id |
| Call ID. | |
| p_context_id_t | context_id |
| presentation context ID (last seen) | |
| E_CommonHeader * | in_header |
| Pointer to the header of the input packet. | |
| msrpc_buffer | in |
| Input buffer. | |
| msrpc_buffer | out |
| Output buffer. | |
| RPC_MESSAGE | msg |
| cm_user_t * | cm_userp |
| Held reference to the cm_user_t associated with this call. | |
RPC call.
A single RPC call. This might even be a single fragment of a message.
Pointer to the header of the input packet.
Only valid during a request dispatch.