aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-xreq.h
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2019-03-27 17:16:06 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2019-07-23 14:17:24 +0200
commit6bb714ca16b246eda78cd6b099e3a841e3d54ebe (patch)
treecaaa5f34e27d45bea199d2cebf3c39ef46c6e996 /src/afb-xreq.h
parent51ab7c2f95d6d459302423a57cc617021ef6126d (diff)
afb-xreq: Remove field 'listener'
This simplifies the flow that now has only one case: the callbacks subscribe/unsubscribe of struct afb_xreq_query_itf. Bug-AGL: SPEC-2658 Signed-off-by: Jose Bollo <jose.bollo@iot.bzh> Change-Id: Ia49f3ce7aaa4d8603014fe163f311eadfcbf68e4
Diffstat (limited to 'src/afb-xreq.h')
-rw-r--r--src/afb-xreq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/afb-xreq.h b/src/afb-xreq.h
index f1945a02..5b01457a 100644
--- a/src/afb-xreq.h
+++ b/src/afb-xreq.h
@@ -59,7 +59,6 @@ struct afb_xreq
int hookflags; /**< flags for hooking */
int hookindex; /**< hook index of the request if hooked */
#endif
- 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 */
};