From a129ff2a7da94fbe0b0b2aeb5919c0d9d0a7b1f2 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Wed, 6 Sep 2006 14:53:11 +0200 Subject: [PATCH] add scheduler example reference --- src/simulator/scheduler.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/simulator/scheduler.h b/src/simulator/scheduler.h index 5847923df..fe0678342 100644 --- a/src/simulator/scheduler.h +++ b/src/simulator/scheduler.h @@ -48,6 +48,9 @@ class EventImpl; * editing the main simulator class, you need to also implement * a subclass of the ns3::SchedulerFactory base class and * feed it to ns3::Simulator::setExternal. + * The simplest example of a scheduler is the linked-list + * scheduler included in ns3: see the files + * src/simulator/scheduler-list.h and src/simulator/scheduler-list.cc */ class Scheduler { public: