diff --git a/server/include/path.h b/server/include/path.h index 6722e9374..c381c3069 100644 --- a/server/include/path.h +++ b/server/include/path.h @@ -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. */