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

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

upstream/dynamips-0.2.7/ppc32_vmtest.h revision 10 by dpavlin, Sat Oct 6 16:29:14 2007 UTC upstream/dynamips-0.2.8-RC1/ppc32_vmtest.h revision 11 by dpavlin, Sat Oct 6 16:33:40 2007 UTC
# Line 19  Line 19 
19  /* Default parameters of the test VM */  /* Default parameters of the test VM */
20  #define PPC32_VMTEST_DEFAULT_RAM_SIZE  256  #define PPC32_VMTEST_DEFAULT_RAM_SIZE  256
21    
 /* Create a new test instance */  
 vm_instance_t *ppc32_vmtest_create_instance(char *name,int instance_id);  
   
 /* Delete a router instance */  
 int ppc32_vmtest_delete_instance(char *name);  
   
 /* Delete all router instances */  
 int ppc32_vmtest_delete_all_instances(void);  
   
 /* Initialize a test instance */  
 int ppc32_vmtest_init_instance(vm_instance_t *vm);  
   
 /* Stop a test instance */  
 int ppc32_vmtest_stop_instance(vm_instance_t *vm);  
   
22  #endif  #endif

Legend:
Removed from v.10  
changed lines
  Added in v.11

  ViewVC Help
Powered by ViewVC 1.1.26