|
HomePort
|
Go to the source code of this file.
Functions | |
| hpd_error_t | hpd_alloc (hpd_t **hpd) |
| [hpd_t functions] More... | |
| hpd_error_t | hpd_free (hpd_t *hpd) |
| hpd_error_t | hpd_get_loop (hpd_t *hpd, hpd_ev_loop_t **loop) |
| hpd_error_t | hpd_module (hpd_t *hpd, const char *id, const hpd_module_def_t *module_def) |
| hpd_error_t | hpd_module_add_option (const hpd_module_t *context, const char *name, const char *arg, int flags, const char *doc) |
| [hpd_t functions] More... | |
| hpd_error_t | hpd_module_get_id (const hpd_module_t *context, const char **id) |
| hpd_error_t | hpd_start (hpd_t *hpd, int argc, char *argv[]) |
| hpd_error_t | hpd_stop (hpd_t *hpd) |
| hpd_error_t hpd_alloc | ( | hpd_t ** | hpd | ) |
[hpd_t functions]
Definition at line 33 of file daemon_api.c.
| hpd_error_t hpd_free | ( | hpd_t * | hpd | ) |
Definition at line 38 of file daemon_api.c.
| hpd_error_t hpd_get_loop | ( | hpd_t * | hpd, |
| hpd_ev_loop_t ** | loop | ||
| ) |
Definition at line 44 of file daemon_api.c.
| hpd_error_t hpd_module | ( | hpd_t * | hpd, |
| const char * | id, | ||
| const hpd_module_def_t * | module_def | ||
| ) |
Definition at line 50 of file daemon_api.c.
| hpd_error_t hpd_module_add_option | ( | const hpd_module_t * | context, |
| const char * | name, | ||
| const char * | arg, | ||
| int | flags, | ||
| const char * | doc | ||
| ) |
[hpd_t functions]
Definition at line 65 of file daemon_api.c.
| hpd_error_t hpd_module_get_id | ( | const hpd_module_t * | context, |
| const char ** | id | ||
| ) |
Definition at line 79 of file daemon_api.c.
| hpd_error_t hpd_start | ( | hpd_t * | hpd, |
| int | argc, | ||
| char * | argv[] | ||
| ) |
Definition at line 85 of file daemon_api.c.
| hpd_error_t hpd_stop | ( | hpd_t * | hpd | ) |
Definition at line 91 of file daemon_api.c.
1.8.9.1