diff options
Diffstat (limited to 'connectionParam.h')
-rw-r--r-- | connectionParam.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/connectionParam.h b/connectionParam.h index 98eab34..4bd58ab 100644 --- a/connectionParam.h +++ b/connectionParam.h @@ -43,10 +43,11 @@ class ConnectionParam { public: - ConnectionParam( KeyDerivation& kd, SeqWindow& seq_window,seq_nr_t seq_nr_, std::string remote_host, u_int16_t remote_port); + ConnectionParam( KeyDerivation& kd, SeqWindow& seq_window, seq_nr_t seq_nr_, std::string remote_host, u_int16_t remote_port); KeyDerivation& kd_; SeqWindow& seq_window_; seq_nr_t seq_nr_; + sender_id_t sennder_id_; std::string remote_host_; u_int16_t remote_port_; private: |