]> 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>
Thu, 13 Feb 2020 00:49:09 +0000 (16:49 -0800)
committerOliver Kurth <okurth@vmware.com>
Thu, 13 Feb 2020 00:49:09 +0000 (16:49 -0800)
open-vm-tools/lib/include/hgfsProto.h

index 1d9bdf40c7ba176a0f1f89166498446aac69c230..60d05fa67d69574d79cc51611f55a67e98bb55c0 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 1998-2018 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2020 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
@@ -1836,6 +1836,7 @@ typedef uint32 HgfsSessionFlags;
 #define HGFS_SESSION_MAXPACKETSIZE_VALID    (1 << 0)
 #define HGFS_SESSION_CHANGENOTIFY_ENABLED   (1 << 1)
 #define HGFS_SESSION_OPLOCK_ENABLED         (1 << 2)
+#define HGFS_SESSION_ASYNC_IO_ENABLED       (1 << 3)
 
 typedef
 #include "vmware_pack_begin.h"