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

Diff for /src/usr.bin/tip/Attic/tip.h between version 1.31 and 1.32

version 1.31, 2007/09/11 18:20:21 version 1.32, 2009/12/12 13:38:09
Line 236 
Line 236 
   
 FILE    *fscript;               /* FILE for scripting */  FILE    *fscript;               /* FILE for scripting */
   
 int     fildes[2];              /* file transfer synchronization channel */  
 int     repdes[2];              /* read process sychronization channel */  
 int     FD;                     /* open file descriptor to remote host */  int     FD;                     /* open file descriptor to remote host */
 int     AC;                     /* open file descriptor to dialer (v831 only) */  int     AC;                     /* open file descriptor to dialer (v831 only) */
 int     vflag;                  /* print .tiprc initialization sequence */  int     vflag;                  /* print .tiprc initialization sequence */
 int     noesc;                  /* no `~' escape char */  int     noesc;                  /* no `~' escape char */
 int     sfd;                    /* for ~< operation */  int     sfd;                    /* for ~< operation */
 pid_t   tipin_pid;              /* pid of tipin */  pid_t   tipin_pid;              /* pid of tipin */
   int     tipin_fd;               /* tipin side of socketpair */
 pid_t   tipout_pid;             /* pid of tipout */  pid_t   tipout_pid;             /* pid of tipout */
   int     tipout_fd;              /* tipout side of socketpair */
 uid_t   uid, euid;              /* real and effective user id's */  uid_t   uid, euid;              /* real and effective user id's */
 gid_t   gid, egid;              /* real and effective group id's */  gid_t   gid, egid;              /* real and effective group id's */
 volatile sig_atomic_t stop;     /* stop transfer session flag */  volatile sig_atomic_t stop;     /* stop transfer session flag */

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32