mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
dump path stats on termination
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@29 8ec27952-4edc-4aab-86aa-e87bb2611832
This commit is contained in:
parent
f1119f5633
commit
6dd733334f
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ void quit()
|
|||
|
||||
path_stop(p);
|
||||
|
||||
info("Path %u stopped:", i);
|
||||
info(" %u messages received", p->received);
|
||||
info(" %u messages duplicated", p->duplicated);
|
||||
info(" %u messages delayed", p->delayed);
|
||||
|
||||
path_destroy(p);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue