From 3b37e5e0e214efa8dafd41adf0f3d4eb8462d081 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Tue, 22 Oct 2013 14:35:26 +0200 Subject: dp: store list of ongoing requests Resolves: https://fedorahosted.org/sssd/ticket/1968 --- src/providers/dp_backend.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/providers/dp_backend.h') diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h index fc71b60ca..686b91a25 100644 --- a/src/providers/dp_backend.h +++ b/src/providers/dp_backend.h @@ -150,6 +150,9 @@ struct be_ctx { struct be_refresh_ctx *refresh_ctx; size_t check_online_ref_count; + + /* List of ongoing requests */ + struct be_req *active_requests; }; struct bet_ops { -- cgit