Searched defs:ChanSess (Results 1 – 1 of 1) sorted by relevance
40 struct ChanSess { struct42 unsigned char * cmd; /* command to exec */43 pid_t pid; /* child process pid */46 int master; /* the master terminal fd*/47 int slave;48 unsigned char * tty;72 struct ChanSess * chansess; argument