]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/dsi.h
Remove all Appletalk stuff
[netatalk.git] / include / atalk / dsi.h
index 0d4ccc34f1e48b3fc0dbc08ddfc35c844c66fcc8..904bbc1250212cda9f8b3a9d2c0bc843f45cfc03 100644 (file)
 #include <sys/time.h>
 #include <sys/socket.h>
 #include <signal.h>
+#include <arpa/inet.h>
 
 #include <netinet/in.h>
 #include <atalk/afp.h>
 #include <atalk/server_child.h>
-#include <netatalk/endian.h>
 
 /* What a DSI packet looks like:
  0                               32
@@ -148,6 +148,8 @@ typedef struct DSI {
 #define DSI_DISCONNECTED     (1 << 3) /* we're in diconnected state after a socket error */
 #define DSI_DIE              (1 << 4) /* SIGUSR1, going down in 5 minutes */
 #define DSI_NOREPLY          (1 << 5) /* in dsi_write we generate our own replies */
+#define DSI_RECONSOCKET      (1 << 6) /* we have a new socket from primary reconnect */
+#define DSI_RECONINPROG      (1 << 7) /* used in the new session in reconnect */
 
 /* basic initialization: dsi_init.c */
 extern DSI *dsi_init (const dsi_proto /*protocol*/,