From: Oliver Kurth Date: Tue, 5 Jun 2018 22:45:02 +0000 (-0700) Subject: Common header file change not directly applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~591 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eaf3d287aa417c7020f5011cf834d618d577890;p=thirdparty%2Fopen-vm-tools.git Common header file change not directly applicable to open-vm-tools. --- diff --git a/open-vm-tools/modules/shared/vmmemctl/balloon_def.h b/open-vm-tools/modules/shared/vmmemctl/balloon_def.h index f560e2be4..95e0f6068 100644 --- a/open-vm-tools/modules/shared/vmmemctl/balloon_def.h +++ b/open-vm-tools/modules/shared/vmmemctl/balloon_def.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2000-2012,2014,2017 VMware, Inc. All rights reserved. + * Copyright (C) 2000-2012,2014,2017-2018 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 @@ -144,6 +144,7 @@ typedef enum { BALLOON_BATCHED_CMDS = (1 << 2), BALLOON_BATCHED_2M_CMDS = (1 << 3), BALLOON_SIGNALED_WAKEUP_CMD = (1 << 4), + BALLOON_64_BIT_TARGET = (1 << 5), } BalloonCapabilities; /* use config value for max balloon size */