Add ability to blacklist devices

This commit is contained in:
pixl
2020-07-04 00:10:44 -04:00
parent 2654f319c6
commit ef84577b9c
5 changed files with 60 additions and 2 deletions
+1
View File
@@ -32,6 +32,7 @@ namespace logid
Configuration(const char* config_file);
Configuration() {}
std::map<std::string, DeviceConfig*> devices;
std::vector<uint16_t> blacklist;
private:
libconfig::Config cfg;
};