From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:37 +0000 (-0700) Subject: Common header file change; not applicable to open-vm-tools. X-Git-Tag: stable-10.2.0~232 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d49040684aa60e696d615ec330ea8329c134ed0e;p=thirdparty%2Fopen-vm-tools.git Common header file change; not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vmfs.h b/open-vm-tools/lib/include/vmfs.h index 23265072c..565b178f5 100644 --- a/open-vm-tools/lib/include/vmfs.h +++ b/open-vm-tools/lib/include/vmfs.h @@ -81,8 +81,10 @@ extern "C" { #define SCSI_DISK_DRIVER_STRING "disks" #define SCSI_GENERIC_DRIVER_STRING "genscsi" #define OLD_SCSI_GENERIC_DRIVER_STRING "generic" -#define COW_DRIVER_NAME "deltadisks" -#define MULTI_EXTENT_DRIVER_NAME "multiextent" +#define COW_DRIVER_NAME "deltadisks" +#define MULTI_EXTENT_DRIVER_NAME "multiextent" + +#define FDS_DRIVER_ALL_STRING "fdsall" #define CDROM_MOUNT_POINT DEVFS_MOUNT_PATH CDROM_DRIVER_STRING #define DISKS_MOUNT_POINT DEVFS_MOUNT_PATH SCSI_DISK_DRIVER_STRING