rework cpu limit logic to use monotonic instead of wall clock time

This commit is contained in:
Lennart Poettering 2008-08-19 23:03:37 +02:00
parent 961aa185e3
commit 8e71787551
2 changed files with 10 additions and 6 deletions

View file

@ -23,6 +23,7 @@
***/
#include <pulsecore/macro.h>
#include <pulse/sample.h>
struct timeval;