diff options
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h index 36979dcac9e..e889055dc23 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -105,6 +105,9 @@ struct Lisp_Process | |||
| 105 | Lisp_Object gnutls_cred_type; | 105 | Lisp_Object gnutls_cred_type; |
| 106 | #endif | 106 | #endif |
| 107 | 107 | ||
| 108 | /* Pipe process attached to the standard error of this process. */ | ||
| 109 | Lisp_Object stderrproc; | ||
| 110 | |||
| 108 | /* After this point, there are no Lisp_Objects any more. */ | 111 | /* After this point, there are no Lisp_Objects any more. */ |
| 109 | /* alloc.c assumes that `pid' is the first such non-Lisp slot. */ | 112 | /* alloc.c assumes that `pid' is the first such non-Lisp slot. */ |
| 110 | 113 | ||