open-vm-tools 12.5.0
vmrpcdbgInt.h File Reference
Include dependency graph for vmrpcdbgInt.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

RpcChannel * RpcDebug_NewDebugChannel (ToolsAppCtx *ctx, RpcDebugLibData *data)
 

Detailed Description

Internal definitions for the vmrpcdbg library.

Function Documentation

◆ RpcDebug_NewDebugChannel()

RpcChannel * RpcDebug_NewDebugChannel ( ToolsAppCtx * ctx,
RpcDebugLibData * data )

Instantiates a new RPC Debug Channel. This function will load and initialize the given debug plugin.

This function will panic is something wrong happens while loading the plugin.

Parameters
[in]ctxThe application context.
[in]dataDebug library data.
Returns
A new channel.