|
Crinit -- Configurable Rootfs Init
|
Header related to elos connection. More...
#include <stdbool.h>

Go to the source code of this file.
Macros | |
| #define | CRINIT_ELOSDEP_FEATURE_NAME "elos" |
Functions | |
| int | crinitElosdepTaskAdded (struct crinitTask_t *task) |
| int | crinitElosdepActivate (struct crinitTaskDB_t *taskDb, bool e) |
Header related to elos connection.
| #define CRINIT_ELOSDEP_FEATURE_NAME "elos" |
| int crinitElosdepActivate | ( | struct crinitTaskDB_t * | taskDb, |
| bool | e | ||
| ) |
Specify if Elos should be used.
By default, Crinit will not connect to elos. If this is set to true, however, Crinit will connect to the elos daemon.
| taskDb | Task database to be informed if event occurs. |
| e | true if elos should be used, false otherwise. |
| int crinitElosdepTaskAdded | ( | struct crinitTask_t * | task | ) |
Hook which will be invoked if a new task has been added and will register the elos filters for this task.
| task | Task that has been added to elos. |