[BACK]Return to server.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/server.c between version 1.111 and 1.112

version 1.111, 2013/10/20 17:28:43 version 1.112, 2014/04/17 14:45:49
Line 216 
Line 216 
         }          }
 }  }
   
 /* Check if the server should be shutting down (no more clients or sessions). */  /* Check if the server should exit (no more clients or sessions). */
 int  int
 server_should_shutdown(void)  server_should_shutdown(void)
 {  {

Legend:
Removed from v.1.111  
changed lines
  Added in v.1.112