diff options
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h index 8d9f8f4c072..e2e6ca92984 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -161,7 +161,13 @@ struct Lisp_Process | |||
| 161 | flag indicates that `raw_status' contains a new status that still | 161 | flag indicates that `raw_status' contains a new status that still |
| 162 | needs to be synced to `status'. */ | 162 | needs to be synced to `status'. */ |
| 163 | bool_bf raw_status_new : 1; | 163 | bool_bf raw_status_new : 1; |
| 164 | bool_bf is_non_blocking_client : 1; | ||
| 165 | bool_bf is_server : 1; | ||
| 164 | int raw_status; | 166 | int raw_status; |
| 167 | int backlog; | ||
| 168 | int port; | ||
| 169 | int socktype; | ||
| 170 | int ai_protocol; | ||
| 165 | 171 | ||
| 166 | #ifdef HAVE_GNUTLS | 172 | #ifdef HAVE_GNUTLS |
| 167 | gnutls_initstage_t gnutls_initstage; | 173 | gnutls_initstage_t gnutls_initstage; |