| author | Mathieu Lacage <mathieu.lacage@sophia.inria.fr> |
| Sat Sep 02 12:13:22 2006 +0200 (2006-09-02) | |
| changeset 22 | 2f11e12e33d0 |
| parent 21 | a8f0cda66189 |
| child 24 | 706b1d903da9 |
1.1 --- a/src/simulator/simulator.cc Sat Sep 02 12:09:59 2006 +0200 1.2 +++ b/src/simulator/simulator.cc Sat Sep 02 12:13:22 2006 +0200 1.3 @@ -65,6 +65,7 @@ 1.4 Event schedule_abs_us (Event event, uint64_t time); 1.5 Event schedule_abs_s (Event event, double time); 1.6 Event remove (Event const ev); 1.7 + void run (void); 1.8 uint64_t now_us (void); 1.9 double now_s (void); 1.10 void schedule_now (Event event);