diff options
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h index edb937893b0..ae4b6b61c94 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -77,6 +77,8 @@ struct Lisp_Process | |||
| 77 | Lisp_Object encode_coding_system; | 77 | Lisp_Object encode_coding_system; |
| 78 | /* Working buffer for encoding. */ | 78 | /* Working buffer for encoding. */ |
| 79 | Lisp_Object encoding_buf; | 79 | Lisp_Object encoding_buf; |
| 80 | /* Queue for storing waiting writes */ | ||
| 81 | Lisp_Object write_queue; | ||
| 80 | 82 | ||
| 81 | #ifdef HAVE_GNUTLS | 83 | #ifdef HAVE_GNUTLS |
| 82 | Lisp_Object gnutls_cred_type; | 84 | Lisp_Object gnutls_cred_type; |