/[gxemul]/trunk/src/include/emul.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/src/include/emul.h

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

revision 21 by dpavlin, Mon Oct 8 16:18:00 2007 UTC revision 22 by dpavlin, Mon Oct 8 16:19:37 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: emul.h,v 1.36 2005/03/14 19:14:03 debug Exp $   *  $Id: emul.h,v 1.37 2006/02/04 11:10:59 debug Exp $
32   */   */
33    
34  #include "misc.h"  #include "misc.h"
# Line 37  struct machine; Line 37  struct machine;
37  struct net;  struct net;
38    
39  struct emul {  struct emul {
40          int             next_serial_nr;          char            *name;
41    
42            int             next_serial_nr;
43          struct net      *net;          struct net      *net;
44    
         char            *name;  
   
45          int             n_machines;          int             n_machines;
46          struct machine  **machines;          struct machine  **machines;
47    
48            /*  Additional debugger commands to run before
49                starting the simulation:  */
50            int             n_debugger_cmds;
51            char            **debugger_cmds;
52  };  };
53    
54    

Legend:
Removed from v.21  
changed lines
  Added in v.22

  ViewVC Help
Powered by ViewVC 1.1.26