add scheduler example reference
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 06 Sep 2006 14:53:11 +0200
changeset 72 24d3f1f15334
parent 71 62546bded467
child 73 a44becd5a5fc
add scheduler example reference
src/simulator/scheduler.h
--- a/src/simulator/scheduler.h	Wed Sep 06 14:51:50 2006 +0200
+++ b/src/simulator/scheduler.h	Wed Sep 06 14:53:11 2006 +0200
@@ -48,6 +48,9 @@
  * 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: