New interfaces for statistics.
This commit is contained in:
@ -112,6 +112,13 @@ int NeoComm_export_nodes(const char *node_file);
|
||||
*/
|
||||
const char *NeoComm_get_node_stats();
|
||||
|
||||
/**
|
||||
* @brief Get the number of nodes connected.
|
||||
*
|
||||
* @return A number of the known nodes.
|
||||
*/
|
||||
unsigned int NeoComm_count_connected_nodes();
|
||||
|
||||
/**
|
||||
* @brief Join a channel.
|
||||
*
|
||||
|
Reference in New Issue
Block a user