]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change; not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:49 +0000 (11:23 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:49 +0000 (11:23 -0700)
open-vm-tools/lib/include/vmfs.h

index 565b178f58e6e4777f82d8cd1ef9132f2951f84d..b775be7df0e77926479243ef29112fc4c7a5d99e 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2003-2016 VMware, Inc. All rights reserved.
+ * Copyright (C) 2003-2017 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published
@@ -103,6 +103,8 @@ extern "C" {
 #define VISOR_DISKS_MOUNT_PATH          VISOR_DISKS_MOUNT_POINT "/"
 #define VISOR_GENERIC_SCSI_MOUNT_PATH   VISOR_GENERIC_SCSI_MOUNT_POINT "/"
 
+#define VMFS_SYSTEM_FILE_SUFFIX         ".sf"
+
 typedef enum {
    VMFS_SYMBOLIC,
    VMFS_SCSI_DEV,