open-vm-tools 12.5.0
|
#include <rpcdebug.h>
Data Fields | |
RpcDebugRecvMapping * | recvFns |
RpcDebugRecvFn | dfltRecvFn |
RpcDebugSendFn | sendFn |
RpcDebugShutdownFn | shutdownFn |
ToolsPluginData * | plugin |
Registration data for debug plugins, should be returned by the plugin's entry point function.
RpcDebugRecvFn RpcDebugPlugin::dfltRecvFn |
Default receive function for when no mapping matches the incoming command. May be NULL.
ToolsPluginData* RpcDebugPlugin::plugin |
Plugin data that debug plugins can also export.
RpcDebugRecvMapping* RpcDebugPlugin::recvFns |
Maps "incoming" RPCs to specific receive functions. NULL-terminated.
RpcDebugSendFn RpcDebugPlugin::sendFn |
Send function.
RpcDebugShutdownFn RpcDebugPlugin::shutdownFn |
Shutdown function.