--- upstream/dynamips-0.2.6-RC2/dev_vtty.h 2007/10/06 16:05:34 3 +++ upstream/dynamips-0.2.6-RC3/dev_vtty.h 2007/10/06 16:06:49 4 @@ -65,6 +65,7 @@ int tcp_port; int terminal_support; int input_state; + int input_pending; int telnet_cmd, telnet_opt, telnet_qual; int fd,accept_fd,*select_fd; int managed_flush; @@ -89,6 +90,9 @@ /* delete a virtual tty */ void vtty_delete(vtty_t *vtty); +/* Store a string in the FIFO buffer */ +int vtty_store_str(vtty_t *vtty,char *str); + /* read a character from the buffer (-1 if the buffer is empty) */ int vtty_get_char(vtty_t *vtty);