#include <registrar_storage.h>
Definition at line 79 of file registrar_storage.h.
Data Fields | |
| str | subscriber |
| The subscribers contact. | |
| char | event |
| time_t | expires |
| Time of expiration. | |
| dlg_t * | dialog |
| tm dialog to send notify out | |
| int | version |
| Last version sent to this subs. | |
| _r_subscriber * | next |
| the next subscriber in the list | |
| _r_subscriber * | prev |
| the previous subscriber in the list | |
The subscribers contact.
Definition at line 80 of file registrar_storage.h.
Referenced by bin_decode_r_subscriber(), bin_encode_r_subscriber(), free_r_subscriber(), get_r_subscriber(), new_r_subscriber(), print_r(), r_create_notifications(), and registrar_timer().
| char _r_subscriber::event |
Definition at line 81 of file registrar_storage.h.
Referenced by bin_decode_r_subscriber(), bin_encode_r_subscriber(), get_r_subscriber(), new_r_subscriber(), and print_r().
| time_t _r_subscriber::expires |
Time of expiration.
Definition at line 83 of file registrar_storage.h.
Referenced by bin_decode_r_subscriber(), bin_encode_r_subscriber(), new_r_subscriber(), print_r(), r_create_notifications(), r_update_subscription_status(), r_valid_subscriber(), S_subscribe(), and update_r_subscriber().
| dlg_t* _r_subscriber::dialog |
tm dialog to send notify out
Definition at line 84 of file registrar_storage.h.
Referenced by bin_decode_r_subscriber(), bin_encode_r_subscriber(), del_r_subscriber(), new_r_subscriber(), r_create_notifications(), S_subscribe(), and update_r_subscriber().
Last version sent to this subs.
Definition at line 86 of file registrar_storage.h.
Referenced by bin_decode_r_subscriber(), bin_encode_r_subscriber(), and r_create_notifications().
struct _r_subscriber* _r_subscriber::next [read] |
the next subscriber in the list
Definition at line 88 of file registrar_storage.h.
Referenced by add_r_subscriber(), bin_decode_r_public(), bin_encode_r_public(), del_r_subscriber(), free_r_public(), get_r_subscriber(), print_r(), r_create_notifications(), r_update_subscription_status(), and registrar_timer().
struct _r_subscriber* _r_subscriber::prev [read] |
the previous subscriber in the list
Definition at line 89 of file registrar_storage.h.
Referenced by add_r_subscriber(), bin_decode_r_public(), and del_r_subscriber().
1.5.2