X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Flocal-def.h;h=edaf1bbc49b720ff354577f2b8656a55e0c97ef9;hb=06d422d1de5c505366f6a029d8af85548c2b646f;hp=d278dc47174bbef62edd8f1453485b16052084f9;hpb=c6853a55ca911415e6851de27621b7022a665933;p=src%2Fapp-framework-binder.git diff --git a/include/local-def.h b/include/local-def.h index d278dc47..edaf1bbc 100644 --- a/include/local-def.h +++ b/include/local-def.h @@ -243,12 +243,12 @@ typedef struct { AFB_PostRequest *post; json_object *jresp; void *context; // Hold Client Context when using session + void *handle; // provide callback and easy access to plugin int restfull; // request is resfull [uuid token provided] int errcode; // http error code sigjmp_buf checkPluginCall; // context save for timeout set/longjmp AFB_config *config; // plugin may need access to config struct MHD_Connection *connection; - AFB_plugin *plugin; // provide callback and easy access to plugin AFB_plugin **plugins; } AFB_request;