/[dynamips]/trunk/hypervisor.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 /trunk/hypervisor.h

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

upstream/dynamips-0.2.6-RC5/hypervisor.h revision 6 by dpavlin, Sat Oct 6 16:09:07 2007 UTC upstream/dynamips-0.2.7-RC1/hypervisor.h revision 7 by dpavlin, Sat Oct 6 16:23:47 2007 UTC
# Line 1  Line 1 
1  /*  /*
2   * Cisco 7200 (Predator) simulation platform.   * Cisco router simulation platform.
3   * Copyright (c) 2006 Christophe Fillot (cf@utc.fr)   * Copyright (c) 2006 Christophe Fillot (cf@utc.fr)
4   *   *
5   * Hypervisor routines.   * Hypervisor routines.
# Line 102  extern int hypervisor_c3725_init(void); Line 102  extern int hypervisor_c3725_init(void);
102  /* Hypervisor C3745 initialization */  /* Hypervisor C3745 initialization */
103  extern int hypervisor_c3745_init(void);  extern int hypervisor_c3745_init(void);
104    
105    /* Hypervisor C2600 initialization */
106    extern int hypervisor_c2600_init(void);
107    
108  /* Send a reply */  /* Send a reply */
109  int hypervisor_send_reply(hypervisor_conn_t *conn,int code,int done,  int hypervisor_send_reply(hypervisor_conn_t *conn,int code,int done,
110                            char *format,...);                            char *format,...);

Legend:
Removed from v.6  
changed lines
  Added in v.7

  ViewVC Help
Powered by ViewVC 1.1.26