utils/bench-simulator.cc
changeset 34 f2aa05303e7c
parent 25 9b3bb088c560
child 38 8ca1b9b1d3a9
--- a/utils/bench-simulator.cc	Mon Sep 04 12:23:44 2006 +0200
+++ b/utils/bench-simulator.cc	Mon Sep 04 12:28:04 2006 +0200
@@ -20,7 +20,7 @@
  */
 
 #include "ns3/simulator.h"
-#include "ns3/wall-clock-ms.h"
+#include "ns3/system-wall-clock-ms.h"
 #include <iostream>
 #include <fstream>
 #include <vector>
@@ -68,7 +68,7 @@
 void
 Bench::bench (void) 
 {
-	WallClockMs time;
+	SystemWallClockMs time;
 	double init, simu;
 	time.start ();
 	for (std::vector<uint64_t>::const_iterator i = m_distribution.begin ();