lib/include/vmware/tools/rpcdebug.h File Reference

#include "vmware/tools/plugin.h"
Include dependency graph for rpcdebug.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  RpcDebugRecvMapping
struct  RpcDebugMsgMapping
struct  RpcDebugMsgList
struct  RpcDebugPlugin
struct  RpcDebugLibData

Typedefs

typedef gboolean(* RpcDebugRecvFn )(char *data, size_t dataLen, char **result, size_t *resultLen)
typedef gboolean(* RpcDebugValidateFn )(RpcInData *data, gboolean ret)
typedef gboolean(* RpcDebugSendFn )(RpcDebugMsgMapping *rpcdata)
typedef void(* RpcDebugShutdownFn )(ToolsAppCtx *ctx, struct RpcDebugPlugin *plugin)
typedef RpcDebugPlugin *(* RpcDebugOnLoadFn )(ToolsAppCtx *ctx)
typedef RpcDebugLibData *(* RpcDebugInitializeFn )(ToolsAppCtx *, gchar *)

Functions

G_BEGIN_DECLS void RpcDebug_DecRef (ToolsAppCtx *ctx)
void RpcDebug_IncRef (void)
RpcDebugLibDataRpcDebug_Initialize (ToolsAppCtx *ctx, gchar *dbgPlugin)
RpcChannelRpcDebug_NewDebugChannel (ToolsAppCtx *ctx, RpcDebugLibData *data)
gboolean RpcDebug_SendNext (RpcDebugMsgMapping *rpcdata, RpcDebugMsgList *list)
void RpcDebug_SetResult (const char *str, char **res, size_t *len)
void RpcDebug_Shutdown (ToolsAppCtx *ctx, RpcDebugLibData *data)

Detailed Description

Defines the public API for the "GuestRPC Debug Channel" implementation, and the interface between the debug library and debug plugins.


Generated on 15 Jan 2010 for open-vm-tools 2009.12.16 by  doxygen 1.6.1