#include <registrar_notify.h>
Definition at line 107 of file registrar_notify.h.
Data Fields | |
| gen_lock_t * | lock |
| lock for notifications ops | |
| r_notification * | head |
| first notification in the list | |
| r_notification * | tail |
| last notification in the list | |
| gen_lock_t* r_notification_list::lock |
lock for notifications ops
Definition at line 108 of file registrar_notify.h.
Referenced by add_r_notification(), notification_timer(), r_notify_destroy(), and r_notify_init().
first notification in the list
Definition at line 109 of file registrar_notify.h.
Referenced by add_r_notification(), notification_timer(), and r_notify_destroy().
last notification in the list
Definition at line 110 of file registrar_notify.h.
Referenced by add_r_notification(), and notification_timer().
1.5.2