Hi All,
I see two ways of flushing/clearing a queue of its descriptors.
Approach 1
do
{
hd = Qmss_queuePop(Queue_Number);
} while (hd != NULL);
Approach 2
Qmss_queueEmpty (Queue_Number);
Please let me know will there be any traces/uncleared left in any of the above two approaches.
Thanks
RC Reddy