summaryrefslogtreecommitdiff
path: root/shell-completion/zsh/_pulseaudio
diff options
context:
space:
mode:
authorAhmed S. Darwish <darwish.07@gmail.com>2016-04-15 23:07:36 +0200
committerArun Raghavan <git@arunraghavan.net>2016-04-27 18:37:08 +0530
commitd2a6afcab31f9f8122200ce383fdd5479ca0ebd1 (patch)
tree0d99cc24fe698380b388204e5bd740e7ef2662da /shell-completion/zsh/_pulseaudio
parentb1d47d60fc3f5dcc098f0ccc52a0f29dca8ce29e (diff)
downloadpulseaudio-d2a6afcab31f9f8122200ce383fdd5479ca0ebd1.tar.gz
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>
Diffstat (limited to 'shell-completion/zsh/_pulseaudio')
-rw-r--r--shell-completion/zsh/_pulseaudio1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/zsh/_pulseaudio b/shell-completion/zsh/_pulseaudio
index c7d68f5e1..e06508562 100644
--- a/shell-completion/zsh/_pulseaudio
+++ b/shell-completion/zsh/_pulseaudio
@@ -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]' \