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