diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-06-07 12:06:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:36 -0500 |
commit | 2b7cd77ee2d640c32805af348e148c1f54a0a385 (patch) | |
tree | 50ca6f4d619ae2144ce4a2242dfda8c2cded316b /source4/include/nameserv.h | |
parent | c8252aeb0ee8b32f90ad6b9de0a6b2e45de18686 (diff) | |
download | samba-2b7cd77ee2d640c32805af348e148c1f54a0a385.tar.gz samba-2b7cd77ee2d640c32805af348e148c1f54a0a385.tar.xz samba-2b7cd77ee2d640c32805af348e148c1f54a0a385.zip |
r1065: some header file cleanups
smb.h should end with only smb protocol specific stuff in it
metze
(This used to be commit fda8e59f3d057bf849598f96f78f50f62d8514fe)
Diffstat (limited to 'source4/include/nameserv.h')
-rw-r--r-- | source4/include/nameserv.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source4/include/nameserv.h b/source4/include/nameserv.h index 2fe3fae9de..96d8d1359f 100644 --- a/source4/include/nameserv.h +++ b/source4/include/nameserv.h @@ -243,6 +243,16 @@ struct browse_cache_record time_t death_time; /* The time the record must be removed. */ }; +/* used for server information: client, nameserv and ipc */ +struct server_info_struct +{ + fstring name; + uint32_t type; + fstring comment; + fstring domain; /* used ONLY in ipc.c NOT namework.c */ + BOOL server_added; /* used ONLY in ipc.c NOT namework.c */ +}; + /* This is used to hold the list of servers in my domain, and is contained within lists of domains. */ |