summaryrefslogtreecommitdiffstats
path: root/server/infopipe/infopipe_private.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-03-06 09:39:42 -0500
committerSimo Sorce <ssorce@redhat.com>2009-03-06 12:37:08 -0500
commitb8c2c7e5c3a323d2d4982353ea79ad2eda1b9cc8 (patch)
tree40ff63977b351e0458c15434cbf27a3af5683775 /server/infopipe/infopipe_private.h
parent88f6f6db02c76f4f9d17cbd665b951cdccaaa39e (diff)
downloadsssd-b8c2c7e5c3a323d2d4982353ea79ad2eda1b9cc8.tar.gz
sssd-b8c2c7e5c3a323d2d4982353ea79ad2eda1b9cc8.tar.xz
sssd-b8c2c7e5c3a323d2d4982353ea79ad2eda1b9cc8.zip
Add infp_req_init() function to simplify method setup
Diffstat (limited to 'server/infopipe/infopipe_private.h')
-rw-r--r--server/infopipe/infopipe_private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/infopipe/infopipe_private.h b/server/infopipe/infopipe_private.h
index bd3e87338..0f523c00f 100644
--- a/server/infopipe/infopipe_private.h
+++ b/server/infopipe/infopipe_private.h
@@ -38,7 +38,6 @@ struct infp_req_ctx {
struct infp_ctx *infp;
struct sbus_conn_ctx *sconn;
DBusMessage *req_message;
- bool check_provider;
struct sss_domain_info *domain;
char *caller;
};
@@ -90,4 +89,6 @@ struct sss_domain_info *infp_get_domain_obj(struct infp_ctx *infp, const char *d
int infp_get_ldb_val_from_dbus(TALLOC_CTX *mem_ctx, DBusMessageIter *iter, struct ldb_val **value, int dbus_type, int subtype);
+struct infp_req_ctx *infp_req_init(TALLOC_CTX *mem_ctx, DBusMessage *message, struct sbus_conn_ctx *sconn);
+
#endif /* INFOPIPE_PRIVATE_H_ */