update to new trace hook in object-names example
authorCraig Dowell <craigdo@ee.washington.edu>
Thu, 04 Jun 2009 12:07:48 -0700
changeset 4500 443df3250809
parent 4499 3b5ef83fae25
child 4501 54c51be9c6eb
update to new trace hook in object-names example
examples/object-names.cc
--- a/examples/object-names.cc	Wed Jun 03 20:58:39 2009 +0200
+++ b/examples/object-names.cc	Thu Jun 04 12:07:48 2009 -0700
@@ -151,7 +151,7 @@
   // prefix is always required since the _Config_ system always expects to 
   // see a fully qualified path name 
   //
-  Config::Connect ("/Names/client/eth0/Rx", MakeCallback (&RxEvent));
+  Config::Connect ("/Names/client/eth0/MacRx", MakeCallback (&RxEvent));
 
   Simulator::Run ();
   Simulator::Destroy ();