]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Thu, 22 Dec 2011 00:48:03 +0000 (16:48 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 22 Dec 2011 00:48:03 +0000 (16:48 -0800)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/modules/linux/vmci/shared/vmci_page_channel.h

index 3cfeaa414efa3a452ee5c460c9b4bd258055d11f..b2a1f78e0cbd2f9f7a0b67e8c5bb0dab776e01f2 100644 (file)
@@ -144,15 +144,6 @@ int VPageChannel_CreateInVM(VPageChannel **channel,
                             int defaultRecvBuffers,
                             int maxRecvBuffers);
 
-/*
- * Send a packet to the hypervisor. The message is copied and the buffers
- * represented by the scatter-gather list of (pa, le) are sent to the
- * hypervisor. The buffers belong to the hypervisor until it sends a completion
- * notification using VPageChannel_CompletionNotify().
- */
-
-int VPageChannel_SendInVM(VPageChannel *channel, VPageChannelPacket *packet);
-
 #else // VMKERNEL
 
 int VPageChannel_CreateInVMK(VPageChannel **channel,