aboutsummaryrefslogtreecommitdiffstats
path: root/include/afb
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-09-22 16:09:10 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-10-09 14:08:33 +0200
commit4a6490b96d8ac2da6a19b4f251c005ff1b1e7d61 (patch)
tree14a22162ff073b41fb6c6f006027cc68b6a07407 /include/afb
parentf30be1ca9ce04cfab55b9e6ce25cec6952f7e21d (diff)
Provide the name of the API
Change-Id: I5b4e4b40385830d1b8921d079f5e7e732ec4247f Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include/afb')
-rw-r--r--include/afb/afb-dynapi-itf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/afb/afb-dynapi-itf.h b/include/afb/afb-dynapi-itf.h
index 38978a29..682558e0 100644
--- a/include/afb/afb-dynapi-itf.h
+++ b/include/afb/afb-dynapi-itf.h
@@ -43,6 +43,9 @@ struct afb_dynapi
/* current verbosity level */
int verbosity;
+
+ /* the name of the api */
+ const char *apiname;
};
/*