Renaming structs to evade conflicts with already existing code.
This commit is contained in:
@ -113,8 +113,8 @@ int NeoComm_export_nodes(const char *node_file) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
struct stats NeoComm_get_node_stats() {
|
||||
struct stats statistics;
|
||||
struct NeoComm_stats NeoComm_get_node_stats() {
|
||||
struct NeoComm_stats statistics;
|
||||
statistics.total = node.getNodesStats(
|
||||
AF_UNSPEC,
|
||||
&statistics.good,
|
||||
|
Reference in New Issue
Block a user