]> git.tuebingen.mpg.de Git - paraslash.git/commit
New audiod command: ll to change the log level at runtime.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 19 Oct 2021 20:19:25 +0000 (22:19 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 2 Jul 2022 19:29:17 +0000 (21:29 +0200)
commit27879fbdef3653aa7ba66eda97dc7cd731f2ce26
treef24b054c33d57eecfee6a4d7eb702b53d4b2e6d5
parent58ba5f61771636a39077478e290a130457f1a4df
New audiod command: ll to change the log level at runtime.

The new public daemon_get_loglevel() is needed in the zero argument
case. Otherwise, the ll command handler parses the argument and calls
daemon_set_loglevel().

The lopsub stanza for the subcommand is stored in a separate file
which is currently only included by the lopsub suite for para_audiod,
but will be included as well by the server suite.

For similar reasons we implement the completer as a generic public
function, i9e_ll_completer(), although it only has one caller in
audioc.c. Another caller follows when the ll server command is added.
audioc.c
audiod_command.c
daemon.c
daemon.h
interactive.c
interactive.h
m4/lls/audiod_cmd.suite.m4
m4/lls/include/com_ll.m4 [new file with mode: 0644]