[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.428 and 1.429

version 1.428, 2013/10/10 12:26:36 version 1.429, 2013/10/10 12:29:35
Line 464 
Line 464 
  * Don't forget to bump PROTOCOL_VERSION if any of these change!   * Don't forget to bump PROTOCOL_VERSION if any of these change!
  */   */
 struct msg_command_data {  struct msg_command_data {
         pid_t   pid;            /* from $TMUX or -1 */  
         int     session_id;     /* from $TMUX or -1 */  
   
         int     argc;          int     argc;
 }; /* followed by packed argv */  }; /* followed by packed argv */
   
Line 1408 
Line 1405 
         void                     (*emptyfn)(struct cmd_q *);          void                     (*emptyfn)(struct cmd_q *);
         void                    *data;          void                    *data;
   
         struct msg_command_data *msgdata;  
   
         TAILQ_ENTRY(cmd_q)       waitentry;          TAILQ_ENTRY(cmd_q)       waitentry;
 };  };
   
Line 1503 
Line 1498 
 extern char      socket_path[MAXPATHLEN];  extern char      socket_path[MAXPATHLEN];
 extern int       login_shell;  extern int       login_shell;
 extern char     *environ_path;  extern char     *environ_path;
 extern pid_t     environ_pid;  
 extern int       environ_session_id;  
 void             logfile(const char *);  void             logfile(const char *);
 const char      *getshell(void);  const char      *getshell(void);
 int              checkshell(const char *);  int              checkshell(const char *);

Legend:
Removed from v.1.428  
changed lines
  Added in v.1.429