metal/mtce/src/maintenance
Erich Cordoba 1292fd8ca0 Change enabled_count variable from bool to int in nodeLinkClass
The enabled_count member inside nodeLinkClass has a declared bool
datatype, but this variable is used as a counter, where an int data
type is a better choice. This change updates the datatype to int.

Also, there was a misleading-indentation warning in mtcNodeHdlrs.cpp,
which is also fixed in this change.

Change-Id: Ib154c5b6ae2e7068870733b5ee8971e20cedb43f
Story: 2005862
Task: 34163
Signed-off-by: Erich Cordoba <erich.cordoba.malibran@intel.com>
2019-06-17 16:59:27 -05:00
..
Makefile Remove Resource Monitor ; aka rmon, from the load 2019-03-19 16:12:38 -04:00
ipmiClient.h Decouple Guest-server/agent from stx-metal 2018-09-18 17:15:08 -04:00
mtcAlarm.cpp Decouple Guest-server/agent from stx-metal 2018-09-18 17:15:08 -04:00
mtcAlarm.h Decouple Guest-server/agent from stx-metal 2018-09-18 17:15:08 -04:00
mtcBrdMgmt.cpp Decouple Guest-server/agent from stx-metal 2018-09-18 17:15:08 -04:00
mtcBrdMgmt.h Decouple Guest-server/agent from stx-metal 2018-09-18 17:15:08 -04:00
mtcCmdHdlr.cpp Refactor infrastructure network in mtce code 2019-04-18 09:32:41 -04:00
mtcCompMsg.cpp Refactor infrastructure network in mtce code 2019-04-18 09:32:41 -04:00
mtcCtrlMsg.cpp Make Mtce ignore heartbeat events from in-active controller. 2019-05-09 14:42:01 +00:00
mtcHttpSvr.cpp Drop the redundant code 2019-04-09 11:13:34 +08:00
mtcHttpSvr.h Decouple Guest-server/agent from stx-metal 2018-09-18 17:15:08 -04:00
mtcHttpUtil.cpp MTCE: reading BMC passwords from Barbican secret storage. 2019-02-14 09:04:46 -05:00
mtcHttpUtil.h Decouple Guest-server/agent from stx-metal 2018-09-18 17:15:08 -04:00
mtcInvApi.cpp Refactor infrastructure network in mtce code 2019-04-18 09:32:41 -04:00
mtcInvApi.h Decouple Guest-server/agent from stx-metal 2018-09-18 17:15:08 -04:00
mtcIpmiUtil.cpp Add network boot support to mtce reinstall handling 2019-05-23 18:30:04 -04:00
mtcIpmiUtil.h Decouple Guest-server/agent from stx-metal 2018-09-18 17:15:08 -04:00
mtcNodeComp.cpp Refactor infrastructure network in mtce code 2019-04-18 09:32:41 -04:00
mtcNodeComp.h Refactor infrastructure network in mtce code 2019-04-18 09:32:41 -04:00
mtcNodeCtrl.cpp Add network boot support to mtce reinstall handling 2019-05-23 18:30:04 -04:00
mtcNodeFsm.cpp Add network boot support to mtce reinstall handling 2019-05-23 18:30:04 -04:00
mtcNodeFsm.h Decouple Guest-server/agent from stx-metal 2018-09-18 17:15:08 -04:00
mtcNodeHdlrs.cpp Change enabled_count variable from bool to int in nodeLinkClass 2019-06-17 16:59:27 -05:00
mtcNodeHdlrs.h Decouple Guest-server/agent from stx-metal 2018-09-18 17:15:08 -04:00
mtcNodeMnfa.cpp Refactor infrastructure network in mtce code 2019-04-18 09:32:41 -04:00
mtcNodeMsg.h Refactor infrastructure network in mtce code 2019-04-18 09:32:41 -04:00
mtcSmgrApi.cpp Decouple Guest-server/agent from stx-metal 2018-09-18 17:15:08 -04:00
mtcSmgrApi.h Decouple Guest-server/agent from stx-metal 2018-09-18 17:15:08 -04:00
mtcStubs.cpp Implement Active-Active Heartbeat as HA Improvement Fix 2018-12-10 09:57:34 -05:00
mtcSubfHdlrs.cpp Change compute node to worker node personality 2018-12-13 13:08:48 -05:00
mtcThreads.cpp Add network boot support to mtce reinstall handling 2019-05-23 18:30:04 -04:00
mtcThreads.h Decouple Guest-server/agent from stx-metal 2018-09-18 17:15:08 -04:00
mtcVimApi.cpp Decouple Guest-server/agent from stx-metal 2018-09-18 17:15:08 -04:00
mtcVimApi.h Decouple Guest-server/agent from stx-metal 2018-09-18 17:15:08 -04:00
mtcWorkQueue.cpp [Trivial Fix] fix typos in docstrings 2019-02-21 14:46:06 +08:00