Merge "Change enabled_count variable from bool to int in nodeLinkClass"
This commit is contained in:
commit
b6fd92cada
@ -362,7 +362,7 @@ private:
|
|||||||
bool inservice_failed_subf ;
|
bool inservice_failed_subf ;
|
||||||
|
|
||||||
/** node has reached enabled state this number of times */
|
/** node has reached enabled state this number of times */
|
||||||
bool enabled_count ;
|
int enabled_count ;
|
||||||
|
|
||||||
/** Number of OOS tests run so far */
|
/** Number of OOS tests run so far */
|
||||||
int oos_test_count ;
|
int oos_test_count ;
|
||||||
|
Loading…
Reference in New Issue
Block a user