]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/dsi.h
AFP statistics via dbus IPC
[netatalk.git] / include / atalk / dsi.h
index 4197dba5df563726fbd71ca0041ee708c4b652c9..fc1af468ac3156934f4ce1771bb19e7ed18591b4 100644 (file)
@@ -154,9 +154,6 @@ typedef struct DSI {
 #define DSI_RECONSOCKET      (1 << 7) /* we have a new socket from primary reconnect */
 #define DSI_RECONINPROG      (1 << 8) /* used in the new session in reconnect */
 #define DSI_AFP_LOGGED_OUT   (1 << 9) /* client called afp_logout, quit on next EOF from socket */
-#if 0
-#define DSI_GOT_ECONNRESET   (1 << 10) /* got ECONNRESET from client => exit */
-#endif
 
 /* basic initialization: dsi_init.c */
 extern DSI *dsi_init(AFPObj *obj, const char *hostname, const char *address, const char *port);