/[dynamips]/upstream/dynamips-0.2.6-RC3/dev_vtty.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /upstream/dynamips-0.2.6-RC3/dev_vtty.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

upstream/dynamips-0.2.6-RC2/dev_vtty.h revision 3 by dpavlin, Sat Oct 6 16:05:34 2007 UTC upstream/dynamips-0.2.6-RC3/dev_vtty.h revision 4 by dpavlin, Sat Oct 6 16:06:49 2007 UTC
# Line 65  struct virtual_tty { Line 65  struct virtual_tty {
65     int tcp_port;     int tcp_port;
66     int terminal_support;     int terminal_support;
67     int input_state;     int input_state;
68       int input_pending;
69     int telnet_cmd, telnet_opt, telnet_qual;     int telnet_cmd, telnet_opt, telnet_qual;
70     int fd,accept_fd,*select_fd;     int fd,accept_fd,*select_fd;
71     int managed_flush;     int managed_flush;
# Line 89  vtty_t *vtty_create(vm_instance_t *vm,ch Line 90  vtty_t *vtty_create(vm_instance_t *vm,ch
90  /* delete a virtual tty */  /* delete a virtual tty */
91  void vtty_delete(vtty_t *vtty);  void vtty_delete(vtty_t *vtty);
92    
93    /* Store a string in the FIFO buffer */
94    int vtty_store_str(vtty_t *vtty,char *str);
95    
96  /* read a character from the buffer (-1 if the buffer is empty) */  /* read a character from the buffer (-1 if the buffer is empty) */
97  int vtty_get_char(vtty_t *vtty);  int vtty_get_char(vtty_t *vtty);
98    

Legend:
Removed from v.3  
changed lines
  Added in v.4

  ViewVC Help
Powered by ViewVC 1.1.26