From 6bb714ca16b246eda78cd6b099e3a841e3d54ebe Mon Sep 17 00:00:00 2001 From: Jose Bollo Date: Wed, 27 Mar 2019 17:16:06 +0100 Subject: 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 Change-Id: Ia49f3ce7aaa4d8603014fe163f311eadfcbf68e4 --- src/afb-xreq.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/afb-xreq.h') 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 */ }; -- cgit 1.2.3-korg