]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not directly applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Mon, 22 Feb 2021 17:36:59 +0000 (09:36 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Mon, 22 Feb 2021 17:36:59 +0000 (09:36 -0800)
open-vm-tools/libDeployPkg/deployPkgFormat.h

index 4ab1c69baa94bca1493058a5f60ff3152835d88e..f02f1279c874e279f5c743d996951d4c1935db4e 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2006-2020 VMware, Inc. All rights reserved.
+ * Copyright (C) 2006-2021 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
@@ -54,6 +54,7 @@ typedef enum {
 #define VMWAREDEPLOYPKG_HEADER_FLAGS_NONE 0
 #define VMWAREDEPLOYPKG_HEADER_FLAGS_SKIP_REBOOT 1
 #define VMWAREDEPLOYPKG_HEADER_FLAGS_IGNORE_CLOUD_INIT 2
+#define VMWAREDEPLOYPKG_HEADER_FLAGS_RAW_CLOUD_INIT 4
 
 #ifdef _WIN32
 #include "pshpack4.h" // 4 byte alignment assumed.