metal/mtce/src/common
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 Set SHELL in Makefiles that use bash constructs 2018-12-07 14:09:48 -06:00
nodeClass.cpp Add network boot support to mtce reinstall handling 2019-05-23 18:30:04 -04:00
nodeClass.h Change enabled_count variable from bool to int in nodeLinkClass 2019-06-17 16:59:27 -05:00
nodeCmds.h Decouple Guest-server/agent from stx-metal 2018-09-18 17:15:08 -04:00