diff options
Diffstat (limited to 'src/TestStatsServer.cpp')
| -rw-r--r-- | src/TestStatsServer.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/src/TestStatsServer.cpp b/src/TestStatsServer.cpp index 7ec0342..0d86195 100644 --- a/src/TestStatsServer.cpp +++ b/src/TestStatsServer.cpp @@ -18,6 +18,10 @@ int main(int argc, char **argv)              if (stats_example[i] == 0) {                  serv.notifyUnderrun("foo");              } + +            if (stats_example[i] == 56) { +                serv.notifyOverrun("foo"); +            }          }      }  | 
