summaryrefslogtreecommitdiffstats
path: root/src/providers/dp_backend.h
diff options
context:
space:
mode:
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);