Renaming structs to evade conflicts with already existing code.

This commit is contained in:
Nicolás Ortega Froysa
2017-11-20 13:59:48 +01:00
parent 5b5660e5c4
commit e6be2716f4
4 changed files with 13 additions and 13 deletions

View File

@ -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,