diff options
author | 2017-08-30 18:13:58 +0200 | |
---|---|---|
committer | 2017-09-02 12:18:23 +0200 | |
commit | aaa16600841d71c3d2f7788d82752d0dcd83e251 (patch) | |
tree | 0692649815042b7dd17a9beb19f7a9900b87e22e /high-can-binding/high.hpp | |
parent | a23e9412da1961e60b671bd26fdb6bdf8dd7a2f3 (diff) |
WIP loadconfig from client
Change-Id: I8f56cf5992dbc21c7637f20acbb05fa9436d647d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'high-can-binding/high.hpp')
-rw-r--r-- | high-can-binding/high.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/high-can-binding/high.hpp b/high-can-binding/high.hpp index a4c6683..7ccc87d 100644 --- a/high-can-binding/high.hpp +++ b/high-can-binding/high.hpp @@ -45,7 +45,7 @@ public: void tick(sd_event_source *source, const long &now, void *interv); void startTimer(const int &t); ~High(); - void parseConfigAndSubscribe(); + void parseConfigAndSubscribe(const std::string& confd); static bool startsWith(const std::string &s, const std::string &val); static void callBackFromSubscribe(void *handle, int iserror, json_object *result); private: |