aboutsummaryrefslogtreecommitdiffstats
path: root/high-can-binding/high.hpp
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-08-30 18:13:58 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-09-02 12:18:23 +0200
commitaaa16600841d71c3d2f7788d82752d0dcd83e251 (patch)
tree0692649815042b7dd17a9beb19f7a9900b87e22e /high-can-binding/high.hpp
parenta23e9412da1961e60b671bd26fdb6bdf8dd7a2f3 (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.hpp2
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: