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

Re: [ns] trace method for RED queue




Check red.h, you will find
   TracedInt curq_;
TracedInt is a class which you can find in the tclcl-xxx directory.

On Tue, Apr 10, 2001 at 02:41:29PM -0400, Sudhindra Suresh Bengeri wrote:
> I tried to locate 'trace' function but could not, it not defined in
> Queue/RED, nor in Queue nor in Connector nor in NsObject (neither in OTcl
> nor in C++). Could anyone pls. tell me what exactly the line
>
> $redq trace curq_
>
> is doing ( I tried stepping through both TCL debugger and gdb, but could
> not figure it out )