1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

added missing overrun field for paths

This commit is contained in:
Steffen Vogel 2015-10-11 13:41:50 +02:00
parent 7135dcfa69
commit 28e52c294e

View file

@ -90,6 +90,8 @@ struct path
unsigned int skipped;
/** Counter for dropped messages due to reordering */
unsigned int dropped;
/** Counter of overruns for fixed-rate sending */
unsigned int overrun;
};
/** Create a path by allocating dynamic memory. */