mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
tag modules that may only be loaded once at most especially, and enforce that in the module loader
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2043 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
d8e0c1c6bd
commit
e313fe1b3d
42 changed files with 233 additions and 160 deletions
|
|
@ -38,10 +38,11 @@
|
|||
|
||||
#include "module-cli-symdef.h"
|
||||
|
||||
PA_MODULE_AUTHOR("Lennart Poettering")
|
||||
PA_MODULE_DESCRIPTION("Command line interface")
|
||||
PA_MODULE_VERSION(PACKAGE_VERSION)
|
||||
PA_MODULE_USAGE("exit_on_eof=<exit daemon after EOF?>")
|
||||
PA_MODULE_AUTHOR("Lennart Poettering");
|
||||
PA_MODULE_DESCRIPTION("Command line interface");
|
||||
PA_MODULE_VERSION(PACKAGE_VERSION);
|
||||
PA_MODULE_LOAD_ONCE(TRUE);
|
||||
PA_MODULE_USAGE("exit_on_eof=<exit daemon after EOF?>");
|
||||
|
||||
static const char* const valid_modargs[] = {
|
||||
"exit_on_eof",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue