From: Oliver Kurth Date: Tue, 19 Feb 2019 20:51:31 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b7769909f3269f681e530acc413201c8d6facf0;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/backdoor_def.h b/open-vm-tools/lib/include/backdoor_def.h index 58f112a2a..78cc7e011 100644 --- a/open-vm-tools/lib/include/backdoor_def.h +++ b/open-vm-tools/lib/include/backdoor_def.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998-2018 VMware, Inc. All rights reserved. + * Copyright (C) 1998-2019 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 @@ -239,6 +239,8 @@ extern "C" { # define BDOOR_CMD_GMM_ONESHOT_TIMER 3 # define BDOOR_CMD_GMM_WATCH_PPNS_START 4 # define BDOOR_CMD_GMM_WATCH_PPNS_STOP 5 +# define BDOOR_CMD_GMM_WATCH_CALL_CODE 6 +# define BDOOR_CMD_GMM_WATCH_CALL_CODE_STOP 7 #define BDOOR_CMD_MAX 97