diff options
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. */ |