open-vm-tools 10.0.5
|
00001 /********************************************************* 00002 * Copyright (C) 2009-2015 VMware, Inc. All rights reserved. 00003 * 00004 * This program is free software; you can redistribute it and/or modify it 00005 * under the terms of the GNU Lesser General Public License as published 00006 * by the Free Software Foundation version 2.1 and no later version. 00007 * 00008 * This program is distributed in the hope that it will be useful, but 00009 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 00010 * or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU General Public 00011 * License for more details. 00012 * 00013 * You should have received a copy of the GNU Lesser General Public License 00014 * along with this program; if not, write to the Free Software Foundation, Inc., 00015 * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 00016 * 00017 *********************************************************/ 00018 00019 #ifndef _VMRPCDBGINT_H_ 00020 #define _VMRPCDBGINT_H_ 00021 00028 #include "vmware/tools/rpcdebug.h" 00029 00030 RpcChannel * 00031 RpcDebug_NewDebugChannel(ToolsAppCtx *ctx, 00032 RpcDebugLibData *data); 00033 00034 #endif /* _VMRPCDBGINT_H_ */ 00035