vdev_thread_create_func_t

Prototype for function used to create threads

Synopsis:

#include <qvm/utils.h>
typedef void* (*vdev_thread_create_func_t)(void *arg);

Arguments:

arg
A pointer to the user data.

Description:

A function based on this prototype must be passed to the vdev_thread_create().

Page updated: