From e8d8a23857b8d485905cdf93608e3d6487c0bde0 Mon Sep 17 00:00:00 2001 From: Nicola Baldo Date: Mon, 23 Apr 2012 13:46:14 +0200 Subject: [PATCH] fixed Bug 1416 - WifiMac traces not being called --- examples/stats/wifi-example-sim.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/stats/wifi-example-sim.cc b/examples/stats/wifi-example-sim.cc index d9171c23b..f9f48a10f 100644 --- a/examples/stats/wifi-example-sim.cc +++ b/examples/stats/wifi-example-sim.cc @@ -171,8 +171,8 @@ int main (int argc, char *argv[]) { appSink->AddApplication (receiver); receiver->SetStartTime (Seconds (0)); - // Config::Set("/NodeList/*/ApplicationList/*/$Sender/Destination", - // Ipv4AddressValue("192.168.0.2")); + Config::Set ("/NodeList/*/ApplicationList/*/$Sender/Destination", + Ipv4AddressValue ("192.168.0.2"));