Time change notification subscription. More...
Time change notification subscription.
Definition at line 58 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 60 of file walltime.h.
| void* walltime_change_sub_t::ctx |
Callback function context.
Definition at line 61 of file walltime.h.
| void* walltime_change_sub_t::next |
Next pointer, internal use only.
Definition at line 59 of file walltime.h.