#include <gmodule.h>
#include "strutil.h"
#include "util.h"
#include "vmxrpc.h"
#include "xdrutil.h"
#include "vmware/tools/rpcdebug.h"
#include "vmware/tools/utils.h"
Defines | |
#define | G_LOG_DOMAIN "rpcdbg" |
Functions | |
RpcChannel * | RpcDebug_NewDebugChannel (ToolsAppCtx *ctx, RpcDebugLibData *data) |
Implements an RPC Channel that is backed by a "debug plugin". The plugin provides information about what data should be "read" by the RPC Channel, and sinks for the data the application writes to the channel, so that the plugin can perform validation.