srcrt.cc File Reference

#include "srcrt.hh"

Include dependency graph for srcrt.cc:

Go to the source code of this file.

Functions

int main (int argc, char **argv)


Function Documentation

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:


Generated on Tue Mar 6 17:00:51 2007 for ns2 Network Simulator 2.29 by  doxygen 1.4.6