open-vm-tools 11.3.5
Data Fields
RpcDebugRecvMapping Struct Reference

#include <rpcdebug.h>

Data Fields

gchar * name
 
RpcDebugRecvFn recvFn
 
gpointer xdrProc
 
size_t xdrSize
 

Detailed Description

Defines a mapping between a message and a "receive" function.

Field Documentation

◆ xdrProc

gpointer RpcDebugRecvMapping::xdrProc

If not NULL, should be a xdrproc_t function for deserializing the data in the received message.

◆ xdrSize

size_t RpcDebugRecvMapping::xdrSize

If xdrProc is provided, should be the size of the structure to allocate.


The documentation for this struct was generated from the following file: