|
Dynamic Load Balance 3.6.1+32-59d1
|
#include <stdbool.h>

Go to the source code of this file.
Typedefs | |
| typedef struct SubProcessDescriptor | subprocess_descriptor_t |
Functions | |
| struct dlb_monitor_t * | region_get_global (const subprocess_descriptor_t *spd) |
| const char * | region_get_global_name (void) |
| int | region_compare_by_name (const void *a, const void *b) |
| void | region_dealloc (void *data) |
| dlb_monitor_t * | region_register (const subprocess_descriptor_t *spd, const char *name) |
| int | region_reset (const subprocess_descriptor_t *spd, dlb_monitor_t *monitor) |
| int | region_start (const subprocess_descriptor_t *spd, dlb_monitor_t *monitor) |
| int | region_stop (const subprocess_descriptor_t *spd, dlb_monitor_t *monitor) |
| bool | region_is_started (const dlb_monitor_t *monitor) |
| void | region_set_internal (struct dlb_monitor_t *monitor, bool internal) |
| int | region_report (const subprocess_descriptor_t *spd, const dlb_monitor_t *monitor) |
| typedef struct SubProcessDescriptor subprocess_descriptor_t |
| struct dlb_monitor_t * region_get_global | ( | const subprocess_descriptor_t * | spd | ) |
| const char * region_get_global_name | ( | void | ) |
| int region_compare_by_name | ( | const void * | a, |
| const void * | b | ||
| ) |
| void region_dealloc | ( | void * | data | ) |
| dlb_monitor_t * region_register | ( | const subprocess_descriptor_t * | spd, |
| const char * | name | ||
| ) |
| int region_reset | ( | const subprocess_descriptor_t * | spd, |
| dlb_monitor_t * | monitor | ||
| ) |
| int region_start | ( | const subprocess_descriptor_t * | spd, |
| dlb_monitor_t * | monitor | ||
| ) |
| int region_stop | ( | const subprocess_descriptor_t * | spd, |
| dlb_monitor_t * | monitor | ||
| ) |
| bool region_is_started | ( | const dlb_monitor_t * | monitor | ) |
| void region_set_internal | ( | struct dlb_monitor_t * | monitor, |
| bool | internal | ||
| ) |
| int region_report | ( | const subprocess_descriptor_t * | spd, |
| const dlb_monitor_t * | monitor | ||
| ) |