Defines | |
| #define | VORTEX_ALIVE_PROFILE_URI "urn:aspl.es:beep:profiles:ALIVE" |
| ALIVE Profile unique URI identifier. | |
Typedefs | |
| typedef void(* | VortexAliveFailure )(VortexConnection *conn, long check_period, int unreply_count) |
| Alive handler that is called when an alive test failure was detected on the provided connection. | |
Functions | |
| axl_bool | vortex_alive_enable_check (VortexConnection *conn, long check_period, int max_unreply_count, VortexAliveFailure failure_handler) |
| Allows to enable alive supervision on the provided connection. | |
| axl_bool | vortex_alive_init (VortexCtx *ctx) |
| Allows to init alive module on the current context. | |