| author | Craig Dowell <craigdo@ee.washington.edu> |
| Thu Jun 04 12:07:48 2009 -0700 (8 months ago) | |
| changeset 4500 | 443df3250809 |
| parent 4499 | 3b5ef83fae25 |
| child 4501 | 54c51be9c6eb |
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 ();