#include "srcrt.hh"
Include dependency graph for srcrt.cc:

Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
|
||||||||||||
|
Definition at line 202 of file srcrt.cc. References SrcRtFilter::run(). 00203 { 00204 SrcRtFilter *app; 00205 00206 // Initialize and run the Source Route Filter 00207 app = new SrcRtFilter(argc, argv); 00208 app->run(); 00209 00210 return 0; 00211 }
Here is the call graph for this function: ![]() |
1.4.6