Merge "Change enabled_count variable from bool to int in nodeLinkClass"

This commit is contained in:
Zuul 2019-06-24 17:20:25 +00:00 committed by Gerrit Code Review
commit b6fd92cada
2 changed files with 5 additions and 5 deletions

View File

@ -362,7 +362,7 @@ private:
bool inservice_failed_subf ;
/** node has reached enabled state this number of times */
bool enabled_count ;
int enabled_count ;
/** Number of OOS tests run so far */
int oos_test_count ;