]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 31 Oct 2001 09:07:10 +0000 (09:07 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 31 Oct 2001 09:07:10 +0000 (09:07 +0000)
lib/gnutls_int.h

index 4cfcce4b781d77225db6e09473a82f71b846677b..64b2da55ec55dbb88a4fbaf018cbd57240fc3ba7 100644 (file)
@@ -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.
                                         */