1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/ctdb/event
John Mulligan ac926a506d ctdb-conf: add boolean arg for verbosity when loading config
In a future commit we will add support for loading the config file from
the `ctdb` command line tool. Prior to this change the config file load
func always called D_NOTICE that causes the command to emit new text and
thus break all the tests that rely on the specific test output (not to
mention something users could notice). This change plumbs a new
`verbose` argument into some of the config file loading functions.
Generally, all existing functions will have verbose set to true to match
the existing behavior. Future callers of this function can set it to
false in order to avoid emitting the extra text.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
2024-08-06 00:43:36 +00:00
..
event_client.c ctdb-event: Add event daemon client code 2018-07-05 06:52:43 +02:00
event_cmd.c ctdb-event: Switch to ETIMEDOUT instead of ETIME 2018-07-28 03:50:10 +02:00
event_config.c ctdb-conf: add boolean arg for verbosity when loading config 2024-08-06 00:43:36 +00:00
event_context.c ctdb-event: Add event daemon implementation 2018-07-05 06:52:43 +02:00
event_daemon.c ctdb-event: Reopen logs on SIGHUP 2022-01-17 03:43:30 +00:00
event_private.h ctdb-event: Add event daemon implementation 2018-07-05 06:52:43 +02:00
event_protocol_api.h
event_protocol_test.c ctdb-tests: Iterate protocol tests internally 2022-02-14 04:32:29 +00:00
event_protocol_util.c
event_protocol.c ctdb-event: Assign missing return value 2019-07-05 05:03:24 +00:00
event_protocol.h
event_request.c ctdb-event: Add event daemon implementation 2018-07-05 06:52:43 +02:00
event_tool.c ctdb-tools: Fix CID 1539212 - signed/unsigned issue 2023-08-07 08:43:39 +00:00
event_tool.h ctdb-event: Add event daemon client tool 2018-07-05 06:52:43 +02:00
event.h ctdb-event: Add event daemon client code 2018-07-05 06:52:43 +02:00