From: VMware, Inc <> Date: Mon, 28 Sep 2009 20:22:15 +0000 (-0700) Subject: Move vmbackup definitions to the guestABI directory. X-Git-Tag: p4-sync-929606~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f82dc88d133f2b7f0b5817cd823d41ed3fd8ad2;p=thirdparty%2Fopen-vm-tools.git Move vmbackup definitions to the guestABI directory. Another change to isolate host/guest interfaces into their own place. Source changes just reflect the new location/name of the header file. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/services/plugins/vmbackup/vmbackup_def.h b/open-vm-tools/lib/include/vmware/guestrpc/vmbackup.h similarity index 100% rename from open-vm-tools/services/plugins/vmbackup/vmbackup_def.h rename to open-vm-tools/lib/include/vmware/guestrpc/vmbackup.h diff --git a/open-vm-tools/services/plugins/vmbackup/vmBackupInt.h b/open-vm-tools/services/plugins/vmbackup/vmBackupInt.h index 8e316c3c2..3efc00442 100644 --- a/open-vm-tools/services/plugins/vmbackup/vmBackupInt.h +++ b/open-vm-tools/services/plugins/vmbackup/vmBackupInt.h @@ -29,8 +29,8 @@ #include #include "vmware.h" -#include "vmbackup_def.h" #include "vmtoolsApp.h" +#include "vmware/guestrpc/vmbackup.h" typedef enum { VMBACKUP_STATUS_PENDING,