mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-10 11:29:38 +00:00
Stats are already printed during exit()
This commit is contained in:
parent
a26906f478
commit
05692681a7
@ -30,7 +30,7 @@
|
|||||||
*
|
*
|
||||||
* Author: Adam Dunkels <adam@sics.se>
|
* Author: Adam Dunkels <adam@sics.se>
|
||||||
*
|
*
|
||||||
* $Id: nodes.c,v 1.3 2006/10/23 09:01:06 adamdunkels Exp $
|
* $Id: nodes.c,v 1.4 2007/04/02 10:03:35 adamdunkels Exp $
|
||||||
*/
|
*/
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@ -144,7 +144,6 @@ nodes_done(int id)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(num_done == numnodes) {
|
if(num_done == numnodes) {
|
||||||
ether_print_stats();
|
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user