diff options
| author | Max Audron <audron@cocaine.farm> | 2021-01-04 18:24:38 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-01-04 18:24:38 +0100 |
| commit | 0f26b1bad20ce68efa0c9296143f3176e93977b6 (patch) | |
| tree | b85076187e24d6b012bcb1e682677278c4a3cbb9 /src/message | |
| parent | add more signalproxy objects (diff) | |
random stuff
Diffstat (limited to 'src/message')
| -rw-r--r-- | src/message/handshake/init.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/message/handshake/init.rs b/src/message/handshake/init.rs index 860df8a..b4604b6 100644 --- a/src/message/handshake/init.rs +++ b/src/message/handshake/init.rs @@ -2,6 +2,7 @@ use crate::Deserialize; use crate::Serialize; /// The first few bytes sent to the core to initialize the connection and setup if we want to use tls and compression +#[derive(Clone, Debug)] pub struct Init { pub tls: bool, pub compression: bool, |
