summaryrefslogtreecommitdiffstats
path: root/src/providers/dp_backend.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2011-12-16 12:19:59 +0100
committerStephen Gallagher <sgallagh@redhat.com>2012-04-24 09:19:43 -0400
commitfe1ac2443811a7125f2ddd0382a3f437f20377de (patch)
treec882be657785de91e05f030cf245f4c71e26a6a0 /src/providers/dp_backend.h
parent10894343a975174b7efe5a178641df71c7ef9f57 (diff)
downloadsssd-fe1ac2443811a7125f2ddd0382a3f437f20377de.tar.gz
sssd-fe1ac2443811a7125f2ddd0382a3f437f20377de.tar.xz
sssd-fe1ac2443811a7125f2ddd0382a3f437f20377de.zip
data provider: added subdomains
Diffstat (limited to 'src/providers/dp_backend.h')
-rw-r--r--src/providers/dp_backend.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h
index 6e98e7ef3..76b0e43dc 100644
--- a/src/providers/dp_backend.h
+++ b/src/providers/dp_backend.h
@@ -53,6 +53,7 @@ enum bet_type {
BET_AUTOFS,
BET_SESSION,
BET_HOSTID,
+ BET_SUBDOMAINS,
BET_MAX
};
@@ -162,6 +163,12 @@ struct be_autofs_req {
char *mapname;
};
+struct be_get_subdomains_req {
+ bool force;
+ char *domain_hint;
+ struct subdomain_info **domain_list;
+};
+
bool be_is_offline(struct be_ctx *ctx);
void be_mark_offline(struct be_ctx *ctx);