#include <isc/eventlib.h>
#include <jnx/aux_types.h>
Go to the source code of this file.
Functions | |
status_t | init_connections (evContext ctx) |
void | close_connections (void) |
These functions and types will manage the connections.
Definition in file hellopics-data_conn.h.
void close_connections | ( | void | ) |
Terminate all the connections
Definition at line 434 of file hellopics-data_conn.c.
References ctrl_client, and mgmt_client.
Referenced by hellopics_data_quit().
status_t init_connections | ( | evContext | ctx | ) |
Initiate connection establishement
[in] | ctx | event context |
Definition at line 410 of file hellopics-data_conn.c.
References connect_mgmt(), ev_ctx, LOG, mgmt_client, mgmt_timer_id, and RETRY_CONNECT_INTERVAL.
Referenced by hellopics_data_init().