http://mailman.isi.edu/pipermail/ns-developers/2006-March/002250.html
tora/tora.h: line 54
#include <classifier/classifier-port.h>
tora/tora.h:
void logToraNeighbor(TORANeighbor *tn);
protected: /* for passing packets up to agents */ PortClassifier* dmux_;
tora/tora.cc: line 142
else if (strcmp(argv[1], "port-dmux") == 0) { dmux_ = (PortClassifier *)TclObject::lookup(argv[2]); if (dmux_ == 0) { fprintf (stderr, "%s: %s lookup of %s failed\n", __FILE__, argv[1], argv[2]); return TCL_ERROR; } return TCL_OK; }
make clean
make | |