A question....

From: Tsantilas Christos <chtsanti@dont-contact.us>
Date: Tue, 01 Nov 2005 21:00:15 +0200

Hi all,
 
  I have a question about clientHttpRequest structure.
  It has the field "clientHttpRequest *next".
  Where the hell used this field?
   I am showing code like that:
    while (*H) {
        if (*H == http)
            break;
        H = &(*H)->next;
    }

But I can not find where two or more clientHttpRequest structures
connected to a list.
Is it possible for the clientHttpRequest->next to have a value other
than NULL?
What am I loosing here?
Just tell me if needed or not and I will find the rest.......

Thanks,
       Christos
Received on Tue Nov 01 2005 - 12:01:13 MST

This archive was generated by hypermail pre-2.1.9 : Thu Dec 01 2005 - 12:00:15 MST