[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.180 and 1.181

version 1.180, 2018/03/08 08:09:10 version 1.181, 2018/08/02 11:56:12
Line 202 
Line 202 
         RB_INIT(&all_window_panes);          RB_INIT(&all_window_panes);
         TAILQ_INIT(&clients);          TAILQ_INIT(&clients);
         RB_INIT(&sessions);          RB_INIT(&sessions);
         RB_INIT(&session_groups);  
         key_bindings_init();          key_bindings_init();
   
         gettimeofday(&start_time, NULL);          gettimeofday(&start_time, NULL);

Legend:
Removed from v.1.180  
changed lines
  Added in v.1.181