Time change notification subscription. More...
Time change notification subscription.
Definition at line 49 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 51 of file walltime.h.
| void* walltime_change_sub_t::ctx |
callback function context
Definition at line 52 of file walltime.h.
| void* walltime_change_sub_t::next |
next pointer, internal use only
Definition at line 50 of file walltime.h.