Updated: October 28, 2024 |
Fill in a sigevent structure to invoke a vdev pulse routine on event delivery
#include <qvm/vdev-core.h>
void vdev_pulse(vdev_t *vdp, int8_t code, int priority, struct sigevent *ev, int coid)
Call after the VDEV_CTRL_OPTIONS_START callback in your vdev's *control() function.