From 620bf845732f9f1d97ec3fa0eb6bf4789466680d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 25 Feb 2009 09:13:19 +0100 Subject: try to vacuum a little when nothing is going on --- src/pulsecore/core.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pulsecore/core.h') diff --git a/src/pulsecore/core.h b/src/pulsecore/core.h index 7660bd3b..093fa8f7 100644 --- a/src/pulsecore/core.h +++ b/src/pulsecore/core.h @@ -171,4 +171,6 @@ void pa_core_check_idle(pa_core *c); int pa_core_exit(pa_core *c, pa_bool_t force, int retval); +void pa_core_maybe_vacuum(pa_core *c); + #endif -- cgit