s3: Move server_info_struct to nmbd
[samba.git] / source3 / include / nameserv.h
index 53ffd6faec3c4a069c884688a45e767b9c60e1bb..378d25e9f75109bb369bf3fb269e1b751e279df1 100644 (file)
@@ -232,6 +232,15 @@ 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 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. */