summaryrefslogtreecommitdiffstats
path: root/src/providers/dp_backend.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-07-19 17:40:40 -0400
committerJakub Hrozek <jhrozek@redhat.com>2012-08-01 22:24:43 +0200
commitb58460076fe843c11d736ae244c1ac979a6473a4 (patch)
tree106247ee877ea5ac564d7e5b8595f09039134a6d /src/providers/dp_backend.h
parent6ea6ec5cb7d9985e2730fb9d4657624d10aed4d8 (diff)
downloadsssd-b58460076fe843c11d736ae244c1ac979a6473a4.tar.gz
sssd-b58460076fe843c11d736ae244c1ac979a6473a4.tar.xz
sssd-b58460076fe843c11d736ae244c1ac979a6473a4.zip
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.
Diffstat (limited to 'src/providers/dp_backend.h')
-rw-r--r--src/providers/dp_backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h
index 8e897a1bd..131cd6ea3 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 {