comparison src/process.h @ 49903:6dc5bfe9589b

Removed subtty, workaround for when TIOCSIGSEND fails.
author Jan Djärv <jan.h.d@swipnet.se>
date Fri, 21 Feb 2003 18:13:53 +0000
parents 9f435c19ea6f
children 695cf19ef79e
comparison
equal deleted inserted replaced
49902:7efa3eeb04ec 49903:6dc5bfe9589b
31 struct Lisp_Vector *v_next; 31 struct Lisp_Vector *v_next;
32 /* Descriptor by which we read from this process */ 32 /* Descriptor by which we read from this process */
33 Lisp_Object infd; 33 Lisp_Object infd;
34 /* Descriptor by which we write to this process */ 34 /* Descriptor by which we write to this process */
35 Lisp_Object outfd; 35 Lisp_Object outfd;
36 /* Descriptor for the tty which this process is using.
37 nil if we didn't record it (on some systems, there's no need). */
38 Lisp_Object subtty;
39 /* Name of subprocess terminal. */ 36 /* Name of subprocess terminal. */
40 Lisp_Object tty_name; 37 Lisp_Object tty_name;
41 /* Name of this process */ 38 /* Name of this process */
42 Lisp_Object name; 39 Lisp_Object name;
43 /* List of command arguments that this process was run with. 40 /* List of command arguments that this process was run with.