diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-03-30 14:36:11 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-03-30 14:36:11 +0200 |
commit | 0a621f91ee673dd9182467a4ed649636dd0f2ba0 (patch) | |
tree | c1776fe1c048f7f4de576a20cb97107925d8973a /include/local-def.h | |
parent | 520bbafb30ce49b94b7825ff553d8cb5bda6d612 (diff) |
renaming of field api
Change-Id: I41ffc32e86e1c8c0f86fb1b06c2f8054867a9bc2
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include/local-def.h')
-rw-r--r-- | include/local-def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/local-def.h b/include/local-def.h index 4c27233b..91b61abc 100644 --- a/include/local-def.h +++ b/include/local-def.h @@ -234,7 +234,7 @@ typedef struct { const char *uuid; const char *url; char *prefix; // plugin convivial name - char *api; + char *method; AFB_PostRequest *post; json_object *jresp; void *context; // Hold Client Context when using session |