Move total into stats.
This commit is contained in:
@ -56,7 +56,8 @@ struct stats {
|
||||
unsigned int good,
|
||||
dubious,
|
||||
cached,
|
||||
incoming;
|
||||
incoming,
|
||||
total;
|
||||
};
|
||||
|
||||
/**
|
||||
@ -122,13 +123,6 @@ int NeoComm_export_nodes(const char *node_file);
|
||||
*/
|
||||
struct stats 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