Move numwpipes in the write record layer
[openssl.git] / ssl / record / methods / recmethod_local.h
index 475fb7c047fa2d4829f6f4e9eb5578677478f274..289f2e83330dd6b5d9949f85869d5c816dc2a907 100644 (file)
@@ -102,6 +102,9 @@ struct ossl_record_layer_st
     /* Next wbuf with pending data still to write */
     size_t nextwbuf;
 
+    /* How many pipelines can be used to write data */
+    size_t numwpipes;
+
     /* read IO goes into here */
     SSL3_BUFFER rbuf;
     /* each decoded record goes in here */