diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/process.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h index 2ac7b59c6b7..47bf3776611 100644 --- a/src/process.h +++ b/src/process.h @@ -75,6 +75,12 @@ struct Lisp_Process #define ChannelMask(n) (1<<(n)) +/* Indexed by descriptor, gives the process (if any) for that descriptor. */ +extern Lisp_Object chan_process[MAXDESC]; + +/* Alist of elements (NAME . PROCESS). */ +extern Lisp_Object Vprocess_alist; + /* True iff we are about to fork off a synchronous process or if we are waiting for it. */ extern int synch_process_alive; |
