From 4a6490b96d8ac2da6a19b4f251c005ff1b1e7d61 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Fri, 22 Sep 2017 16:09:10 +0200 Subject: Provide the name of the API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5b4e4b40385830d1b8921d079f5e7e732ec4247f Signed-off-by: José Bollo --- include/afb/afb-dynapi-itf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/afb') 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; }; /* -- cgit 1.2.3-korg