From: Nikos Mavrogiannopoulos Date: Wed, 31 Oct 2001 09:07:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_0_2_10~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de83b6e7c3855ddd8d709f10123578057b28fa61;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index 4cfcce4b78..64b2da55ec 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -31,9 +31,9 @@ #define READ_DEBUG #define WRITE_DEBUG #define HANDSHAKE_DEBUG -#define RECORD_DEBUG +#define RECORD_DEBUG*/ #define DEBUG -*/ + /* It might be a good idea to replace int with void* * here. @@ -369,6 +369,10 @@ typedef struct { int send_buffer_prev_size; /* holds the * data written in the previous runs. */ + int send_buffer_user_size; /* holds the + * size of the user specified data to + * send. + */ /* 0 if no peeked data was kept, 1 otherwise. */