#include <vmrpcdbg.h>
Data Fields | |
RpcDebugRecvMapping * | recvFns |
RpcDebugRecvFn | dfltRecvFn |
RpcDebugSendFn | sendFn |
RpcDebugShutdownFn | shutdownFn |
Maps "incoming" RPCs to specific receive functions. NULL-terminated.
Default receive function for when no mapping matches the incoming command. May be NULL.
Send function.
Shutdown function.