- Timestamp:
- Sep 27, 2018, 1:23:25 PM (4 years ago)
- Branches:
- asyncio, debian/master, main, master, proxy-ticket
- Children:
- c33ef88
- Parents:
- 514d4d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/mod_gnutls.h.in
r514d4d6 r72b669e 204 204 } mgs_char_buffer_t; 205 205 206 /* GnuTLS Handle */206 /** GnuTLS connection handle */ 207 207 typedef struct { 208 208 /* Server configuration record */ … … 242 242 /* Output length */ 243 243 apr_size_t output_length; 244 /* General Status */ 244 /** Connection status: 0 before (re-)handshake, 1 when up, -1 on 245 * error (checks use status < 0 or status > 0) */ 245 246 int status; 246 247 } mgs_handle_t;
Note: See TracChangeset
for help on using the changeset viewer.