]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/blobdiff - src/forb/src/exec_req.h
Struct request adjusted for inter-executor invocation.
[frescor/frsh-forb.git] / src / forb / src / exec_req.h
index f496df9d4f89b32fd344d2895cb35c106f44a1fa..b7ddf0df3388d68052c3e60e4ebd33f0e8881a38 100644 (file)
@@ -85,6 +85,7 @@ typedef struct forb_exec_req {
        ul_list_node_t node;    /**< Node for forb_executor_t::requests. */
        enum forb_exec_req_type request_type; /**< Execution method. */
        forb_request_t *input_request; /**< Input request data for the case of local invocation */
+       char *interface;        /**< Interface being requested. */              
 } forb_exec_req_t;
 
 UL_LIST_CUST_DEC(forb_exec_req_nolock, /* cust_prefix */