Basic hash table element.
#include <usrloc.h>
Data Fields
-
str aor
- Address of record.
-
unsigned int aorhash
- Hash over address of record.
-
ucontact_t * contacts
- One or more contact fields.
-
str * domain
- Pointer to domain we belong to ( null terminated string).
-
struct urecord * next
- Previous item in the hash entry.
-
struct urecord * prev
- Next item in the hash entry.
-
struct hslot * slot
- Collision slot in the hash table array we belong to.
Detailed Description
Definition at line 120 of file modules_k/usrloc/usrloc.h.
The documentation for this struct was generated from the following files: