diff options
author | Ingela Anderton Andin <[email protected]> | 2018-08-15 16:54:03 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2018-08-27 15:21:01 +0200 |
commit | 0078ebf6c5311edc1a07be71fb7a127a175a60fa (patch) | |
tree | 107108b71e7ea255ce4b8df460a9ae201a4801f6 /lib/ssl/src/ssl_connection.hrl | |
parent | d87ac1c55188f5ba5cdf72384125d94d42118c18 (diff) | |
download | otp-0078ebf6c5311edc1a07be71fb7a127a175a60fa.tar.gz otp-0078ebf6c5311edc1a07be71fb7a127a175a60fa.tar.bz2 otp-0078ebf6c5311edc1a07be71fb7a127a175a60fa.zip |
ssl: Adopt distribution over TLS to use new sender process
Diffstat (limited to 'lib/ssl/src/ssl_connection.hrl')
-rw-r--r-- | lib/ssl/src/ssl_connection.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssl/src/ssl_connection.hrl b/lib/ssl/src/ssl_connection.hrl index 504a141a4a..66e3182313 100644 --- a/lib/ssl/src/ssl_connection.hrl +++ b/lib/ssl/src/ssl_connection.hrl @@ -75,6 +75,7 @@ cert_db_ref :: certdb_ref() | 'undefined', bytes_to_read :: undefined | integer(), %% bytes to read in passive mode user_data_buffer :: undefined | binary() | secret_printout(), + erl_dist_data = #{} :: map(), renegotiation :: undefined | {boolean(), From::term() | internal | peer}, start_or_recv_from :: term(), timer :: undefined | reference(), % start_or_recive_timer |