/[dynamips]/upstream/dynamips-0.2.8-RC1/dynamips.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.8-RC1/dynamips.h

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

upstream/dynamips-0.2.7/dynamips.h revision 10 by dpavlin, Sat Oct 6 16:29:14 2007 UTC upstream/dynamips-0.2.8-RC1/dynamips.h revision 11 by dpavlin, Sat Oct 6 16:33:40 2007 UTC
# Line 55  extern const char *sw_version; Line 55  extern const char *sw_version;
55  /* Software version specific tag */  /* Software version specific tag */
56  extern const char *sw_version_tag;  extern const char *sw_version_tag;
57    
58    /* Command Line long options */
59    #define OPT_DISK0_SIZE  0x100
60    #define OPT_DISK1_SIZE  0x101
61    #define OPT_EXEC_AREA   0x102
62    #define OPT_IDLE_PC     0x103
63    #define OPT_TIMER_ITV   0x104
64    #define OPT_VM_DEBUG    0x105
65    #define OPT_IOMEM_SIZE  0x106
66    #define OPT_SPARSE_MEM  0x107
67    
68  /* Delete all objects */  /* Delete all objects */
69  void dynamips_reset(void);  void dynamips_reset(void);
70    

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

  ViewVC Help
Powered by ViewVC 1.1.26