Updated: October 28, 2024 |
Fill in a sigevent structure to call a function when the event gets delivered
#include <qvm/utils.h>
void qvm_callback_pulse(qvm_callback_func_t *cbfp, struct qvm_callback *cbp, int priority, struct sigevent *ev, int coid)
This function fills in a sigevent structure to call a function when the event gets delivered.