static setup of sessions
[src/app-framework-binder.git] / include / local-def.h
index ace9249..91b61ab 100644 (file)
@@ -234,13 +234,12 @@ 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
   int  restfull;             // request is resfull [uuid token provided]
   int  errcode;              // http error code
-  sigjmp_buf checkPluginCall; // context save for timeout set/longjmp
   struct AFB_config *config;         // plugin may need access to config
   struct MHD_Connection *connection;
 } AFB_request;