open-vm-tools 9.2.2
Functions
vmrpcdbgInt.h File Reference
#include "vmware/tools/rpcdebug.h"
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

RpcChannelRpcDebug_NewDebugChannel (ToolsAppCtx *ctx, RpcDebugLibData *data)

Detailed Description

Internal definitions for the vmrpcdbg library.


Function Documentation

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.