]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/dsi.h
remove SIGUSR2 (message) from the list of blocked signals when writing to the client...
[netatalk.git] / include / atalk / dsi.h
index 5053cb13d4565e285d64c7b616d03ebd1fc66c51..b2e6cd98c66c08f75a4c6e80cd37b27cbb63798e 100644 (file)
@@ -65,7 +65,8 @@ typedef struct DSI {
   int     in_write;      /* in the middle of writing multiple packets, signal handlers
                           * can't write to the socket 
                          */
-  
+  int      msg_request;   /* pending message to the client */
+
   u_int32_t attn_quantum, datasize, server_quantum;
   u_int16_t serverID, clientID;
   char      *status;