Provide the name of the API
[src/app-framework-binder.git] / include / afb / afb-dynapi-itf.h
index 38978a2..682558e 100644 (file)
@@ -43,6 +43,9 @@ struct afb_dynapi
 
        /* current verbosity level */
        int verbosity;
+
+       /* the name of the api */
+       const char *apiname;
 };
 
 /*