This commit is contained in:
Mathieu Lacage
2006-09-02 19:50:19 +02:00
parent 490a08af92
commit fd43aa8bdf
2 changed files with 5 additions and 1 deletions

View File

@@ -394,3 +394,7 @@ Simulator::remove (Event const ev)
namespace ns3 {
};

View File

@@ -35,7 +35,7 @@ class SimulatorPrivate;
* The internal simulation clock is maintained
* as a 64-bit integer in microsecond units. This means that it is
* not possible to specify event expiration times with anything better
* than microsecond accuracy. Events which whose expiration time is
* than microsecond accuracy. Events whose expiration time is
* the same are scheduled in FIFO order: the first event inserted in the
* Scheduling queue is scheduled to expire first.
*/