For internal use only.
This file contains the implementation of the event_gen_alloc() function, used to allocate a generator.
Definition in file event_gen_alloc.c.
#include "event_int.h"
#include <stdlib.h>
Include dependency graph for event_gen_alloc.c:
Go to the source code of this file.
Functions | |
ev_err_t | event_gen_alloc (ev_ctx_t *ctx, unsigned int gentype, void *gen) |
Allocate a generator. |