Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

engine_activate.c File Reference


Detailed Description

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.


Define Documentation

#define eng_link ctx,
engine,
comp   ) 
 

For internal use only.

This helper macro simply links the specified engine into the specified active engine linked list.

Parameters:
[in] ctx A pointer to an ev_ctx_t.
[in] engine A pointer to an ev_engine_t specifying the engine to link into the linked list.
[in] comp A bare word indicating the component to link in.

Definition at line 44 of file engine_activate.c.

Referenced by engine_activate().


Generated on Wed Dec 28 23:36:59 2005 for event by  doxygen 1.4.4