handle calendar scheduler in bench

This commit is contained in:
Mathieu Lacage
2009-01-09 07:51:42 +01:00
parent 557a62b1a1
commit b2624f8ae9

View File

@@ -168,6 +168,10 @@ int main (int argc, char *argv[])
{
Simulator::SetScheduler (CreateObject<MapScheduler> ());
}
else if (strcmp ("--calendar", argv[0]) == 0)
{
Simulator::SetScheduler (CreateObject<CalendarScheduler> ());
}
else if (strcmp ("--debug", argv[0]) == 0)
{
g_debug = true;