New interfaces for statistics.

This commit is contained in:
Nicolás Ortega Froysa
2017-11-08 02:25:15 +01:00
parent 747bc4d328
commit d513080baa
2 changed files with 27 additions and 2 deletions

View File

@ -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.
*