[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.165 and 1.166

version 1.165, 2017/01/24 21:50:22 version 1.166, 2017/02/09 15:04:53
Line 156 
Line 156 
         RB_INIT(&all_window_panes);          RB_INIT(&all_window_panes);
         TAILQ_INIT(&clients);          TAILQ_INIT(&clients);
         RB_INIT(&sessions);          RB_INIT(&sessions);
         TAILQ_INIT(&session_groups);          RB_INIT(&session_groups);
         key_bindings_init();          key_bindings_init();
   
         gettimeofday(&start_time, NULL);          gettimeofday(&start_time, NULL);

Legend:
Removed from v.1.165  
changed lines
  Added in v.1.166