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

Re: [ns] How to remove the warning after adding a new member atan agent?



Maybe you have put a bind command in your constructor and you forgot to
define default values for the variables in tcl/lib/ns-defaults.tcl

Debo

On Sat, 21 Oct 2000, Hanping Long wrote:

> Hi,
> 
> I added one more member to the class LossMonitor(modified loss-monitor.h and
> loss-monitor.cc accordingly). But I got the following
> warning when I run it, could you please tell me if I missed anything in
> order to remove this warning?
> 
> warning: no class variable Agent/LossMonitor:numb_
>       see tcl-object.tcl in tclcl for info about this warning.
> 
> 
> Your help is greatly appreciated!
> 
> thanks,
> HP
>