mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
core: Support memfd transport; bump protocol version
Now that all layers in the stack support memfd blocks, add memfd support for the daemon's global core mempool. Also introduce "enable-memfd=" daemon argument and configuration option. For now, memfd support is an opt-in feature to be activated only when daemon's enable-memfd= is set to yes. Signed-off-by: Ahmed S. Darwish <darwish.07@gmail.com>
This commit is contained in:
parent
b1d47d60fc
commit
d2a6afcab3
13 changed files with 122 additions and 24 deletions
|
|
@ -690,6 +690,7 @@ _pulseaudio_completion() {
|
|||
'--use-pid-file=[create a PID file]:bool:(true false)' \
|
||||
'--no-cpu-limit=[do not install CPU load limiter]:bool:(true false)' \
|
||||
'--disable-shm=[disable shared memory support]:bool:(true false)' \
|
||||
'--enable-memfd=[enable memfd shared memory support]:bool:(true false)' \
|
||||
{-L,--load=}'[load the specified module]:modules:_all_modules' \
|
||||
{-F,--file=}'[run the specified script]:file:_files' \
|
||||
'-C[open a command line on the running tty]' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue