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