]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Backout previous header file change.
authorOliver Kurth <okurth@vmware.com>
Tue, 5 Jun 2018 22:45:02 +0000 (15:45 -0700)
committerOliver Kurth <okurth@vmware.com>
Tue, 5 Jun 2018 22:45:02 +0000 (15:45 -0700)
open-vm-tools/modules/shared/vmmemctl/balloon_def.h

index 95e0f6068979b6a13b01915273694b6a68ed2988..f560e2be4a090734d0e5255a59e75dba0d5fbfcb 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2000-2012,2014,2017-2018 VMware, Inc. All rights reserved.
+ * Copyright (C) 2000-2012,2014,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
@@ -144,7 +144,6 @@ 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 */