From: John Wolfe Date: Tue, 7 Jun 2022 16:52:41 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools at this time. X-Git-Tag: stable-12.1.0~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9945bb6cc3aa6d811ef46d9ddf2c2ae462baa38d;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools at this time. --- diff --git a/open-vm-tools/lib/include/vmware/guestrpc/timesync.h b/open-vm-tools/lib/include/vmware/guestrpc/timesync.h index 459b94463..59fedc957 100644 --- a/open-vm-tools/lib/include/vmware/guestrpc/timesync.h +++ b/open-vm-tools/lib/include/vmware/guestrpc/timesync.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2009-2019 VMware, Inc. All rights reserved. + * Copyright (C) 2009-2019,2022 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 @@ -44,7 +44,9 @@ #define TOOLSOPTION_SYNCTIME_GUEST_RESYNC_TIMEOUT \ "time.synchronize.guest.resync.timeout" -#define TIMESYNC_SYNCHRONIZE "Time_Synchronize" +#define TIMESYNC_SYNCHRONIZE "Time_Synchronize" +#define TIMEINFO_UPDATE "TimeInfo_Update" + #endif /* _TIMESYNC_H_ */