]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Tue, 29 Mar 2011 18:41:19 +0000 (11:41 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Tue, 29 Mar 2011 18:41:19 +0000 (11:41 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/vmci_sockets.h

index a208a850afc452f07eb64beeb98809ed67069f83..4e90b0de1613cc1a75024bd5f7eabc8c7cb4401a 100644 (file)
@@ -122,7 +122,18 @@ struct sockaddr_vm {
          }
          return afvalue;
       }
-   
+
+      static __inline int VMCISock_GetAFValueFd(int *outFd)
+      {
+         (void)outFd; /* Unused parameter. */
+         return VMCISock_GetAFValue();
+      }
+
+      static __inline void VMCISock_ReleaseAFValueFd(int fd)
+      {
+         (void)fd; /* Unused parameter. */
+      }
+
       static __inline unsigned int VMCISock_GetLocalCID(void)
       {
          unsigned int cid = VMADDR_CID_ANY;