From b58460076fe843c11d736ae244c1ac979a6473a4 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 19 Jul 2012 17:40:40 -0400 Subject: Change subdomain_info Rename the structure to use a standard name prefix so it is properly name-spaced, in preparation for changing the structure itself. --- src/providers/dp_backend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/dp_backend.h') diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h index 8e897a1b..131cd6ea 100644 --- a/src/providers/dp_backend.h +++ b/src/providers/dp_backend.h @@ -174,7 +174,7 @@ struct be_autofs_req { struct be_get_subdomains_req { bool force; char *domain_hint; - struct subdomain_info **domain_list; + struct sysdb_subdom **domain_list; }; struct be_host_req { -- cgit