Added dtls_error flag to conn structure.

FossilOrigin-Name: b8594dbca78cf1228ca2447f393f85bbc5e1a0528ebc4f5d9f1b98130e2d9382
This commit is contained in:
7u83@mail.ru 2014-08-16 07:08:34 +00:00
parent 89a68334ff
commit 932bc89e8f
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ struct conn{
void * dtls_data;
char * dtls_cipher;
int dtls_wait_timer;
int dtls_error;
/* used to link the conn obj with other objects */