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

[ns] diffserv quesion?



Problem:
I modify the 
  "void PolicyClassifier::addPolicyEntry(int argc,const char* const *argv)" funcion in "diffserv "module  .
(   "addPolicyEntry" is called by "command "function )
 
  In an condition,"argc" should be equal to 12 ,but now it is equal to 9  by printing the value of "agrc"
  The other three parameters is lost.
  Why?  Is  there a maximum value of  "argc" ?
  Help!!!