From d2a6afcab31f9f8122200ce383fdd5479ca0ebd1 Mon Sep 17 00:00:00 2001 From: "Ahmed S. Darwish" Date: Fri, 15 Apr 2016 23:07:36 +0200 Subject: 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 --- src/daemon/daemon-conf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/daemon/daemon-conf.h') diff --git a/src/daemon/daemon-conf.h b/src/daemon/daemon-conf.h index 458784c98..82b619fa6 100644 --- a/src/daemon/daemon-conf.h +++ b/src/daemon/daemon-conf.h @@ -66,6 +66,7 @@ typedef struct pa_daemon_conf { system_instance, no_cpu_limit, disable_shm, + disable_memfd, disable_remixing, disable_lfe_remixing, load_default_script_file, -- cgit v1.2.1