summaryrefslogtreecommitdiffstats
path: root/src/afb-hreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-hreq.c')
-rw-r--r--src/afb-hreq.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/afb-hreq.c b/src/afb-hreq.c
index b1f300db..6cd1e225 100644
--- a/src/afb-hreq.c
+++ b/src/afb-hreq.c
@@ -82,7 +82,9 @@ static const struct afb_req_itf afb_hreq_itf = {
.context_get = (void*)afb_context_get,
.context_set = (void*)afb_context_set,
.addref = (void*)afb_hreq_addref,
- .unref = (void*)afb_hreq_unref
+ .unref = (void*)afb_hreq_unref,
+ .session_close = (void*)afb_context_close,
+ .session_set_LOA = (void*)afb_context_change_loa
};
static struct hreq_data *get_data(struct afb_hreq *hreq, const char *key, int create)