# HG changeset patch # User Richard M. Stallman # Date 762651422 0 # Node ID 9c0cc4128da84de094870cb376e36c84cfca2855 # Parent d047d5a48e0e43a0494a7d4709bef73433fd4acb (chan_process, Vprocess_alist): Declared. diff -r d047d5a48e0e -r 9c0cc4128da8 src/process.h --- a/src/process.h Wed Mar 02 23:35:11 1994 +0000 +++ b/src/process.h Wed Mar 02 23:37:02 1994 +0000 @@ -75,6 +75,12 @@ #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;