Andrew Dunstan writes:I suspect we are both wrong :-) These structures aren't used in any hashed structure that I can see, but the effect of the MemSet is to zero out the it_interval value of the itimer, making sure the timer is a "one shot" timer - so they are necessary after all, but for a different reason (it's been a while since I used setitimer, and the man page is less than a model of clarity).
And looking at it even closer, 2 of the 3 cases of calling MemSet appear
to be unnecessary, as the zeroed out values are immediately overwritten.
We need to zero out the holes in the structures so that hash functions work correctly.
cheers
andrew
---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly