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:
parent
7135dcfa69
commit
28e52c294e
1 changed files with 2 additions and 0 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue