Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

bug in SynchTable class

0 views
Skip to first unread message

Eric Tucker

unread,
Oct 23, 1995, 3:00:00 AM10/23/95
to

It has been called to our attention that the provided SynchTable class
(in the collection directory) is buggy. It looks like someone changed the
interface to the HashTable and forgot to change the SynchTable to match, so
as a result the SynchTable is passing its destructor function on to the
hash table disguised as a "comparator function", and trying to use ints,
rather than void *'s, as keys.

None of the provided code uses SynchTable, so if you're not using it either,
you can just ignore this post. You don't *need* to use SynchTable at all
for this assignment... it's just there if you want it.

However, if you are using it, you should recopy the new and improved
synchtable.* from the code base directory.

Eric

0 new messages