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

@ -66,7 +66,7 @@ int main(int argc, char *argv[]) {
else if(strcmp(in, "/stats") == 0)
{
// get statistics
struct stats statistics = NeoComm_get_node_stats();
struct NeoComm_stats statistics = NeoComm_get_node_stats();
printf("Good: %u\nDubious: %u\nCached: %u\nIncoming: %u\nTotal: %u\n",
statistics.good,
statistics.dubious,