From: John Wolfe Date: Mon, 22 Feb 2021 17:36:59 +0000 (-0800) Subject: Common header file change not directly applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c116db015bf794f420019aa4210004ebff262fd;p=thirdparty%2Fopen-vm-tools.git Common header file change not directly applicable to open-vm-tools. --- diff --git a/open-vm-tools/libDeployPkg/deployPkgFormat.h b/open-vm-tools/libDeployPkg/deployPkgFormat.h index 4ab1c69ba..f02f1279c 100644 --- a/open-vm-tools/libDeployPkg/deployPkgFormat.h +++ b/open-vm-tools/libDeployPkg/deployPkgFormat.h @@ -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.