For internal use only.
This file contains the implementation of the engine_register() function, used to register an event engine with the library.
Definition in file engine_register.c.
#include "engines_int.h"
#include <string.h>
Include dependency graph for engine_register.c:
Go to the source code of this file.
Functions | |
ev_err_t | engine_register (ev_ctx_t *ctx, ev_engine_t *engine) |
Register an engine. |