summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-02-25 09:13:19 +0100
committerLennart Poettering <lennart@poettering.net>2009-02-25 09:13:19 +0100
commit620bf845732f9f1d97ec3fa0eb6bf4789466680d (patch)
tree52422065cb22a05fae60a364269ad43f2e73c752 /src/pulsecore/core.h
parente8d7c50c00c5d1867e02e113df0df9ababb1cf7a (diff)
try to vacuum a little when nothing is going on
Diffstat (limited to 'src/pulsecore/core.h')
-rw-r--r--src/pulsecore/core.h2
1 files changed, 2 insertions, 0 deletions
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