put dot-separated params

This commit is contained in:
orignal 2015-01-09 11:11:35 -05:00
parent 8910412068
commit 4ce3817d28

View File

@ -145,6 +145,7 @@ namespace client
boost::property_tree::ptree ptr;
for (auto& result: results)
ptr.put (result.first, result.second);
ptr.put (boost::property_tree::ptree::path_type ("xxx.yyy",'/'), "zzz");
boost::property_tree::ptree pt;
pt.put (I2P_CONTROL_PROPERTY_ID, id);