]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/dsi.h
Use SUSv3 with Extensions, disable more AT
[netatalk.git] / include / atalk / dsi.h
index fb45a30e0563dd9135053291cf42e7bd946a6c12..713ed1fba647a49848f5e4fcb5ff6f7deec0f5ee 100644 (file)
@@ -9,6 +9,7 @@
 #include <sys/cdefs.h>
 #include <sys/types.h>
 #include <sys/time.h>
+#include <sys/socket.h>
 #include <signal.h>
 
 #include <netinet/in.h>
@@ -90,6 +91,10 @@ typedef struct DSI {
   char srvloc_url[512];
 #endif 
 
+#ifdef USE_ZEROCONF
+  int zeroconf_registered;
+#endif
+
   /* buffer for OSX deadlock */
   char *buffer;
   char *start;