For internal use only.
This file contains the implementation of the engine_activate() function, used to activate a specified set of engine components.
Definition in file engine_activate.c.
#include "engines_int.h"
Include dependency graph for engine_activate.c:
Go to the source code of this file.
Defines | |
#define | eng_link(ctx, engine, comp) |
Link an engine into the specified active linked list. | |
Functions | |
ev_err_t | engine_activate (ev_ctx_t *ctx, ev_engine_t *engine, ev_flags_t comps) |
Activate an engine. |
|
For internal use only. This helper macro simply links the specified engine into the specified active engine linked list.
Definition at line 44 of file engine_activate.c. Referenced by engine_activate(). |