Time change notification subscription. More...
Time change notification subscription.
Definition at line 56 of file walltime.h.
#include <walltime.h>
Data Fields | |
| void * | next |
| next pointer, internal use only | |
| walltime_change_cb_t | cb |
| time change callback function | |
| void * | ctx |
| callback function context | |
| walltime_change_cb_t walltime_change_sub_t::cb |
time change callback function
Definition at line 58 of file walltime.h.
| void* walltime_change_sub_t::ctx |
callback function context
Definition at line 59 of file walltime.h.
| void* walltime_change_sub_t::next |
next pointer, internal use only
Definition at line 57 of file walltime.h.