#include <hash.h>

Data Fields | |
| int | event |
| struct pres_entry * | next |
| str | pres_uri |
| int | publ_count |
| char * | sphere |
Definition at line 111 of file presence/hash.h.
| int event |
Definition at line 114 of file presence/hash.h.
Referenced by insert_phtable(), and search_phtable().
struct pres_entry* next [read] |
Definition at line 117 of file presence/hash.h.
Referenced by delete_phtable(), destroy_phtable(), insert_phtable(), new_phtable(), and search_phtable().
Definition at line 113 of file presence/hash.h.
Referenced by insert_phtable(), and search_phtable().
| int publ_count |
Definition at line 115 of file presence/hash.h.
Referenced by delete_phtable(), and insert_phtable().
| char* sphere |
Definition at line 116 of file presence/hash.h.
Referenced by delete_phtable(), destroy_phtable(), get_sphere(), insert_phtable(), and update_phtable().
1.5.6