[ns] diffserv question?
Xuan Chen
xuanc@ISI.EDU
Sat, 31 Mar 2001 09:24:01 -0800 (PST)
I think this is because the second paramenter has different types:
Originally:
const char*const* argv
You modification:
const char* const argv
Hope it helps,
-chen xuan
On Sat, 31 Mar 2001, [gb2312] Ðì׿»ª wrote:
> 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!!!
>
--
Xuan Chen
USC/ISI