CLI2: Generalize _context_filter_added latch name

This commit is contained in:
Tomas Babej 2021-01-27 22:54:31 -05:00
parent 510786ff91
commit a2c3d224d3
2 changed files with 4 additions and 4 deletions

View file

@ -113,7 +113,7 @@ public:
std::vector <std::pair <std::string, std::string>> _id_ranges {};
std::vector <std::string> _uuid_list {};
bool _context_filter_added {false};
bool _context_added {false};
};
#endif