diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-04-14 01:50:56 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-10 23:41:14 +0200 |
commit | d6ca5026642e051bcfaf98fa6982d8d555747c52 (patch) | |
tree | 73c5493baf4a7d9afe82265ccd34402e2398b190 /src/harvester.c | |
parent | 687faae61cddf439f831527c33ec82b9b79589ea (diff) |
Fix: function name collision.
Change-Id: Ia4498401e34602b614b137bd22a420bca779c044
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/harvester.c')
-rw-r--r-- | src/harvester.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/harvester.c b/src/harvester.c index 80bbf37..b137e9c 100644 --- a/src/harvester.c +++ b/src/harvester.c @@ -40,7 +40,7 @@ int do_write(struct afb_req req, const char* host, const char *port, json_object return 0; } -void write(struct afb_req req) +void record(struct afb_req req) { const char *port = NULL; const char *host = NULL; |