diff --git a/mtce-common/centos/build_srpm.data b/mtce-common/centos/build_srpm.data index f8556950..a6783bd5 100644 --- a/mtce-common/centos/build_srpm.data +++ b/mtce-common/centos/build_srpm.data @@ -1,3 +1,3 @@ SRC_DIR="src" -TIS_PATCH_VER=139 +TIS_PATCH_VER=140 BUILD_IS_SLOW=5 diff --git a/mtce-common/src/common/logMacros.h b/mtce-common/src/common/logMacros.h index b9e124d1..8d73fe1c 100644 --- a/mtce-common/src/common/logMacros.h +++ b/mtce-common/src/common/logMacros.h @@ -39,6 +39,7 @@ typedef struct { int scheduling_priority ; /**< Scheduling priority of this daemon */ bool active ; /**< Maintenance activity state true|false */ + int hbs_pulse_period ; /**< time (msec) between heartbeat requests */ int token_refresh_rate ; /**< token refresh rate in seconds */ int hbs_minor_threshold ; /**< heartbeat miss minor threshold */ int hbs_degrade_threshold ; /**< heartbeat miss degrade threshold */