Is this a error in HTHost.c??

Hi

In the function

PRIVATE BOOL killPipeline (HTHost * host, HTEventType type)

the net object in the pending list is terminated properly and it is
being removed from the pending queue.

but net object in pipeline are not being removed.
The function used is
 HTNet * net = HTList_firstObject(host->pipeline);

is this is a error
or the the net object is removed from the pipeline in the event handler
??

if it is a error the correct function call should be
HTNet * net = HTList_removefirstObject(host->pipeline);


Asif

Received on Monday, 7 August 2000 14:19:05 UTC