Also apply resize to local emulator

This commit is contained in:
Keith Winstein
2011-08-14 02:58:26 -04:00
parent 84082f69cd
commit fe68676787
2 changed files with 9 additions and 2 deletions
+2
View File
@@ -131,6 +131,8 @@ namespace Network {
string get_remote_diff( void );
RemoteState &get_remote_state_mutable( void ) { return received_states.back().state; }
uint64_t get_remote_state_num( void ) { return received_states.back().num; }
int fd( void ) { return connection.fd(); }