afb-xreq: Detection of self locks due to 'noconcurrency'
[src/app-framework-binder.git] / src / afb-xreq.h
index 77f843f..ae71147 100644 (file)
@@ -65,6 +65,7 @@ struct afb_xreq
        int hookindex;                  /**< index for hooking */
        struct afb_evt_listener *listener; /**< event listener for the request */
        struct afb_cred *cred;          /**< client credential if revelant */
+       struct afb_xreq *caller;        /**< caller request if any */
 };
 
 /**