Loading...
Searching...
No Matches
walltime_change_sub_t Struct Reference

Time change notification subscription. More...

Detailed Description

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.
 

Field Documentation

◆ cb

walltime_change_cb_t walltime_change_sub_t::cb

Time change callback function.

Definition at line 60 of file walltime.h.

◆ ctx

void* walltime_change_sub_t::ctx

Callback function context.

Definition at line 61 of file walltime.h.

◆ next

void* walltime_change_sub_t::next

Next pointer, internal use only.

Definition at line 59 of file walltime.h.


The documentation for this struct was generated from the following file: