diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-03-29 15:56:10 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-04-01 11:44:53 +0200 |
commit | f6e6432ed03ff76868efe57396036d3124881069 (patch) | |
tree | f69013eeb924ce7350de2ceab9b6ae03b1e4f80e /src/plugins/influxdb.h | |
parent | fb1f28adcf1cf90606ac31425e9370edfa9e70c2 (diff) |
Git submodule migration to separated libraries
- Replace controller binder functions definition with the binder ones.
and remove the last used submodules to use the separated libraries.
Bug-AGL: SPEC-2139
Change-Id: I0e354757dec692c13b49f02226fcf891953667f5
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/plugins/influxdb.h')
-rw-r--r-- | src/plugins/influxdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/influxdb.h b/src/plugins/influxdb.h index cd7b222..3c60e27 100644 --- a/src/plugins/influxdb.h +++ b/src/plugins/influxdb.h @@ -38,7 +38,7 @@ struct series_t { uint64_t timestamp; }; -int create_database(AFB_ReqT request); +int create_database(afb_req_t request); int unpack_metric_from_api(json_object* m, struct series_t* serie); |