diff options
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h index 9efde261386..3eb94cb196b 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -134,6 +134,7 @@ struct Lisp_Process | |||
| 134 | gnutls_certificate_client_credentials gnutls_x509_cred; | 134 | gnutls_certificate_client_credentials gnutls_x509_cred; |
| 135 | gnutls_anon_client_credentials_t gnutls_anon_cred; | 135 | gnutls_anon_client_credentials_t gnutls_anon_cred; |
| 136 | int gnutls_log_level; | 136 | int gnutls_log_level; |
| 137 | int gnutls_handshakes_tried; | ||
| 137 | int gnutls_p; | 138 | int gnutls_p; |
| 138 | #endif | 139 | #endif |
| 139 | }; | 140 | }; |