/[emacs]/emacs/src/process.h
ViewVC logotype

Diff of /emacs/src/process.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by monnier, Sun Oct 14 20:14:49 2001 UTC revision 1.19 by kfstorm, Sun Mar 17 20:16:55 2002 UTC
# Line 40  struct Lisp_Process Line 40  struct Lisp_Process
40      Lisp_Object tty_name;      Lisp_Object tty_name;
41      /* Name of this process */      /* Name of this process */
42      Lisp_Object name;      Lisp_Object name;
43      /* List of command arguments that this process was run with */      /* List of command arguments that this process was run with.
44           Is set to t for a stopped network process; nil otherwise. */
45      Lisp_Object command;      Lisp_Object command;
46      /* (funcall FILTER PROC STRING)  (if FILTER is non-nil)      /* (funcall FILTER PROC STRING)  (if FILTER is non-nil)
47         to dispose of a bunch of chars from the process all at once */         to dispose of a bunch of chars from the process all at once */
48      Lisp_Object filter;      Lisp_Object filter;
49      /* (funcall SENTINEL PROCESS) when process state changes */      /* (funcall SENTINEL PROCESS) when process state changes */
50      Lisp_Object sentinel;      Lisp_Object sentinel;
51        /* (funcall LOG SERVER CLIENT MESSAGE) when a server process
52           accepts a connection from a client.  */
53        Lisp_Object log;
54      /* Buffer that output is going to */      /* Buffer that output is going to */
55      Lisp_Object buffer;      Lisp_Object buffer;
56      /* Number of this process */      /* Number of this process */
# Line 54  struct Lisp_Process Line 58  struct Lisp_Process
58      /* Non-nil if this is really a command channel */      /* Non-nil if this is really a command channel */
59      Lisp_Object command_channel_p;      Lisp_Object command_channel_p;
60      /* t if this is a real child process.      /* t if this is a real child process.
61         For a net connection, it is (HOST SERVICE).  */         For a net connection, it is a plist based on the arguments to make-network-process.  */
62      Lisp_Object childp;      Lisp_Object childp;
63      /* Marker set to end of last buffer-inserted output from this process */      /* Marker set to end of last buffer-inserted output from this process */
64      Lisp_Object mark;      Lisp_Object mark;
65      /* Non-nil means kill silently if Emacs is exited.  */      /* Non-nil means kill silently if Emacs is exited.
66           This is the inverse of the `query-on-exit' flag.  */
67      Lisp_Object kill_without_query;      Lisp_Object kill_without_query;
68      /* Record the process status in the raw form in which it comes from `wait'.      /* Record the process status in the raw form in which it comes from `wait'.
69         This is to avoid consing in a signal handler.  */         This is to avoid consing in a signal handler.  */

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26