comparison src/procimpl.h @ 5120:d1247f3cc363 ben-lisp-object

latest work on lisp-object workspace; more changes eliminating LCRECORD in place of LISP_OBJECT; now compiles and runs.
author Ben Wing <ben@xemacs.org>
date Mon, 28 Dec 2009 01:15:52 -0600
parents 1e7cc382eb16
children 623d57b7fbe8
comparison
equal deleted inserted replaced
5119:d877c14318b3 5120:d1247f3cc363
92 * There is one channel associated with each process. 92 * There is one channel associated with each process.
93 */ 93 */
94 94
95 struct Lisp_Process 95 struct Lisp_Process
96 { 96 {
97 struct LCRECORD_HEADER header; 97 LISP_OBJECT_HEADER header;
98 98
99 /* Exit code if process has terminated, 99 /* Exit code if process has terminated,
100 signal which stopped/interrupted process 100 signal which stopped/interrupted process
101 or 0 if process is running */ 101 or 0 if process is running */
102 int exit_code; 102 int exit_code;