#include <rpcdebug.h>
Data Fields | |
| RpcDebugRecvMapping * | recvFns |
| RpcDebugRecvFn | dfltRecvFn |
| RpcDebugSendFn | sendFn |
| RpcDebugShutdownFn | shutdownFn |
| ToolsPluginData * | plugin |
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.
Plugin data that debug plugins can also export.
1.5.6