Maintain local terminal state explicitly

This commit is contained in:
Keith Winstein
2011-09-30 14:24:47 -04:00
parent 5aff42b0aa
commit ad8cb166de
2 changed files with 6 additions and 1 deletions
+2
View File
@@ -72,6 +72,8 @@ namespace Network {
uint64_t get_remote_state_num( void ) { return received_states.back().num; }
const TimestampedState<RemoteState> & get_latest_remote_state( void ) const { return received_states.back(); }
int fd( void ) { return connection.fd(); }
void set_verbose( void ) { sender.set_verbose(); verbose = true; }