]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes to common source files not directly applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 18 Aug 2020 14:14:11 +0000 (07:14 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 18 Aug 2020 14:14:11 +0000 (07:14 -0700)
open-vm-tools/lib/include/conf.h
open-vm-tools/tools.conf

index 187d2a12644a6cc2ccb828ae813abc29e6675b7f..202c4bbdb4693ceb33ba1706d9ad38d5c7beb4a9 100644 (file)
  */
 #define CONFNAME_CBHELPER_POLLINTERVAL "poll-interval"
 
-/**
- * Defines user-defined retry counter to execute cblauncher.exe on failure.
- */
-#define CONFNAME_CBHELPER_CBLAUNCHER_RETRY_COUNT "cblauncher-retry-count"
-
 /*
  ******************************************************************************
  * END CarbonBlack helper plugin goodies.
index 22b8fdf5f7aaa3e42c2ca26e048d201184722ef5..8fea80a69052e0fae1cfff12ccde3cf48fa9a4c8 100644 (file)
 
 # User-defined poll interval in seconds. Set to 0 to disable polling.
 #poll-interval=60
-
-# User-defined retry count to execute cblauncher.exe
-# Default to 3 and should be greater than 3.
-#cblauncher-retry-count=3