Typedef cimba_trial_cleanup_func

Typedef Documentation

void() cimba_trial_cleanup_func (void *arg)

Defines a prototype for an optional user-provided function to execute when abandoning a trial, typically to free any memory that was allocated directly by the trial user code. Cimba cmb_ objects (e.g., cmb_process, cmb_resource, …) will be freed automatically.