changeset 6165:9c0cc4128da8

(chan_process, Vprocess_alist): Declared.
author Richard M. Stallman <rms@gnu.org>
date Wed, 02 Mar 1994 23:37:02 +0000
parents d047d5a48e0e
children 64fe0cc0138e
files src/process.h
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;