update to new trace hook in object-names example

This commit is contained in:
Craig Dowell
2009-06-04 12:07:48 -07:00
parent 86fe6ca4ea
commit f240bf1ecd

View File

@@ -151,7 +151,7 @@ main (int argc, char *argv[])
// 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 ();