From fe1ac2443811a7125f2ddd0382a3f437f20377de Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Fri, 16 Dec 2011 12:19:59 +0100 Subject: data provider: added subdomains --- src/providers/dp_backend.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/providers/dp_backend.h') diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h index 6e98e7ef..76b0e43d 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); -- cgit