From 8a5d5947a640a7208fa8ed732676bf10ab451fbc Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Wed, 14 Mar 2012 04:56:37 -0400 Subject: Carry sysdb context and domain info in be_req structure --- 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 cdb37a89..8357e85f 100644 --- a/src/providers/dp_backend.h +++ b/src/providers/dp_backend.h @@ -142,6 +142,9 @@ struct be_req { void *pvt; int restarts; + + struct sss_domain_info *domain; + struct sysdb_ctx *sysdb; }; struct be_acct_req { -- cgit