]> git.eshelyaron.com Git - emacs.git/commitdiff
(chan_process, Vprocess_alist): Declared.
authorRichard M. Stallman <rms@gnu.org>
Wed, 2 Mar 1994 23:37:02 +0000 (23:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 2 Mar 1994 23:37:02 +0000 (23:37 +0000)
src/process.h

index 2ac7b59c6b71eaa11b4aafced96851d9e12cda12..47bf377661163f952fd32ec0308d1661a233c6ea 100644 (file)
@@ -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;