Changeset 043dcc27 in mainline for libadt/generic/hash_table.c


Ignore:
Timestamp:
2006-05-15T13:45:12Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
108602e
Parents:
babe786
Message:

Implement simple connect_me_to in NS.
Disambigue the term phoneid by creating new term in_phone_hash,
which in fact represents kernel address of the phone sending the
message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libadt/generic/hash_table.c

    rbabe786 r043dcc27  
    107107        assert(chain < h->entries);
    108108       
    109         /*
    110          * The hash table is not redundant.
    111          * Check if the keys are not in place already.
    112          */
    113109        for (cur = h->entry[chain].next; cur != &h->entry[chain]; cur = cur->next) {
    114110                if (h->op->compare(key, h->max_keys, cur)) {
Note: See TracChangeset for help on using the changeset viewer.