summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_nss.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-11-21 08:36:43 +0000
committerJeremy Allison <jra@samba.org>2001-11-21 08:36:43 +0000
commitefa52853f6a79f87f3a4119dfc92a6d6d00934ae (patch)
tree56918c36ce452c1ca46202cccc22053fd3458550 /source3/nsswitch/winbindd_nss.h
parentcade2944094b7c2ea9a4d58ebfd364bc3f51ee30 (diff)
downloadsamba-efa52853f6a79f87f3a4119dfc92a6d6d00934ae.tar.gz
samba-efa52853f6a79f87f3a4119dfc92a6d6d00934ae.tar.bz2
samba-efa52853f6a79f87f3a4119dfc92a6d6d00934ae.zip
Preparing to implement +ve and -ve caching for lookupname/lookupsid calls.
Jeremy. (This used to be commit 1f6cc536b2db0c36feee45cfd6ac1ad5ee8fb05a)
Diffstat (limited to 'source3/nsswitch/winbindd_nss.h')
-rw-r--r--source3/nsswitch/winbindd_nss.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h
index a99e3b3e1f..4fb9458c14 100644
--- a/source3/nsswitch/winbindd_nss.h
+++ b/source3/nsswitch/winbindd_nss.h
@@ -167,11 +167,11 @@ struct winbindd_response {
} gr;
uint32 num_entries; /* getpwent, getgrent */
- struct {
+ struct winbindd_sid {
fstring sid; /* lookupname, [ug]id_to_sid */
int type;
} sid;
- struct {
+ struct winbindd_name {
fstring name; /* lookupsid */
int type;
} name;