| Index: webrtc/p2p/base/jseptransport.h
|
| diff --git a/webrtc/p2p/base/jseptransport.h b/webrtc/p2p/base/jseptransport.h
|
| index 1cb94e093ecc65da11467bfcbb5db20e40b1e1bb..dcf4a5f6d1a92346490609bb185d76c8085499f0 100644
|
| --- a/webrtc/p2p/base/jseptransport.h
|
| +++ b/webrtc/p2p/base/jseptransport.h
|
| @@ -125,6 +125,7 @@ struct TransportChannelStats {
|
| ConnectionInfos connection_infos;
|
| int srtp_crypto_suite = rtc::SRTP_INVALID_CRYPTO_SUITE;
|
| int ssl_cipher_suite = rtc::TLS_NULL_WITH_NULL_NULL;
|
| + DtlsTransportState dtls_state = DTLS_TRANSPORT_NEW;
|
| };
|
|
|
| // Information about all the channels of a transport.
|
|
|