daemon: optionally call mlockall() on startup

This commit is contained in:
Lennart Poettering 2009-06-07 00:43:03 +02:00
parent 71ce195d3b
commit a9b38b3530
5 changed files with 37 additions and 12 deletions

View file

@ -73,7 +73,8 @@ typedef struct pa_daemon_conf {
disallow_exit,
log_meta,
log_time,
flat_volumes;
flat_volumes,
lock_memory;
int exit_idle_time,
scache_idle_time,
auto_log_target,