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

Diff for /src/usr.bin/tmux/tmux.h between version 1.424 and 1.425

version 1.424, 2013/10/10 12:12:08 version 1.425, 2013/10/10 12:12:54
Line 1298 
Line 1298 
 /* Client connection. */  /* Client connection. */
 struct client {  struct client {
         struct imsgbuf   ibuf;          struct imsgbuf   ibuf;
   
         struct event     event;          struct event     event;
         int              retcode;          int              retval;
   
         struct timeval   creation_time;          struct timeval   creation_time;
         struct timeval   activity_time;          struct timeval   activity_time;

Legend:
Removed from v.1.424  
changed lines
  Added in v.1.425