24 #include "softwarecontainer-common.h" 30 LOG_DECLARE_CLASS_CONTEXT(
"CGPA",
"CGroups Gateway Parser");
39 void parseCGroupsGatewayConfiguration(
const json_t *element);
46 const std::map<std::string, std::string> &getSettings();
48 std::map<std::string, std::string> m_settings;
58 std::string convertToBytes(
const std::string settingValue,
const int multiply);
67 std::string suffixCorrection(
const std::string settingValue);
Developers guide to adding a config item: