[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

changing Classifier.h(cc)



Hi, everyone:

My routing scheme need use multiple route to transfer packets.
I am going to change Classifier.h(cc) to add another table 
called slotbw_ indexed by slot number ( dst id). But I can't
even change it a little. For example, when I add a variable 
slotbw_  in the head file and initiate it in Classifier 
constructor as shown below:

Classifier::Classifier() : slotbw_(0),slot_(0),nslot_(0),...

I can compile ns, but can't pass validation, which is always 
core dump.

Has anyone done the similar work? Could you please give me
some suggestions abou how to do that? Thanks!
 
-bc-
 
++++++++++++++++++++++++++++++++++++++++++++++++++++
Bing Chen   (702)895-1428      [email protected] 
Dept. of Electrical and Computer Engineering
University of Nevada, Las Vegas, NV  89154
++++++++++++++++++++++++++++++++++++++++++++++++++++