open-vm-tools 10.0.7
Functions
tests/vmrpcdbg/vmrpcdbgInt.h File Reference
#include "vmware/tools/rpcdebug.h"

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

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.