34typedef struct xtc_app xtc_app_t;
36typedef struct xtc_app_opts {
49#define XTC_APP_OPTS_DEFAULT { \
53 .sup = XTC_SUP_OPTS_DEFAULT \
68void xtc_app_destroy(xtc_app_t *app);
71int xtc_app_start(xtc_app_t *app,
77int xtc_app_run(xtc_app_t *app);
80int xtc_app_stop(xtc_app_t *app);
82xtc_loop_t *xtc_app_loop(
const xtc_app_t *app);
87xtc_exec_t *xtc_app_exec(
const xtc_app_t *app);
89xtc_reg_t *xtc_app_registry(
const xtc_app_t *app);