Skip to content

Commit

Permalink
bug removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mohittahiliani committed Feb 23, 2016
1 parent 985f559 commit b45bee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/examples/pie-tests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ CheckQueueSize (Ptr<Queue> queue)
void
CheckQueueDel (Ptr<Queue> queue)
{
double qDel = StaticCast<PieQueue> (queue)->GetQueueDelay ();
double qDel = StaticCast<PieQueue> (queue)->GetQueueDelay ().GetSeconds();

// check queue size every 1/100 of a second
Simulator::Schedule (Seconds (0.01), &CheckQueueDel, queue);
Expand Down

0 comments on commit b45bee5

Please sign in to comment.