aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_connection.hrl
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2016-09-28 10:21:06 +0200
committerErlang/OTP <[email protected]>2016-09-28 10:21:06 +0200
commitda8463b33de0201cea756e0690248f2185f1cccb (patch)
treedfee8828629a6a778807290be7662b3fd787ebc9 /lib/ssl/src/ssl_connection.hrl
parente6059f94571a6c968c15b9de6b7d63ebd64f9acf (diff)
parent8757505b5e4e85fd8039412b3ebc2df0326ef325 (diff)
downloadotp-da8463b33de0201cea756e0690248f2185f1cccb.tar.gz
otp-da8463b33de0201cea756e0690248f2185f1cccb.tar.bz2
otp-da8463b33de0201cea756e0690248f2185f1cccb.zip
Merge branch 'ingela/ssl/handshake-event-queue/OTP-13917' into maint-19
* ingela/ssl/handshake-event-queue/OTP-13917: ssl: Avoid event reordering
Diffstat (limited to 'lib/ssl/src/ssl_connection.hrl')
-rw-r--r--lib/ssl/src/ssl_connection.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssl/src/ssl_connection.hrl b/lib/ssl/src/ssl_connection.hrl
index f1e612a41b..d1ed62829c 100644
--- a/lib/ssl/src/ssl_connection.hrl
+++ b/lib/ssl/src/ssl_connection.hrl
@@ -48,6 +48,7 @@
socket_options :: #socket_options{},
connection_states :: ssl_record:connection_states() | secret_printout(),
protocol_buffers :: term() | secret_printout() , %% #protocol_buffers{} from tls_record.hrl or dtls_recor.hrl
+ unprocessed_handshake_events = 0 :: integer(),
tls_handshake_history :: ssl_handshake:ssl_handshake_history() | secret_printout()
| 'undefined',
cert_db :: reference() | 'undefined',