libvirt/src/logging
Cole Robinson af36f8a641 Require a semicolon for VIR_ONCE_GLOBAL_INIT calls
Missing semicolon at the end of macros can confuse some analyzers
(like cppcheck <filename>). VIR_ONCE_GLOBAL_INIT is almost
exclusively called without an ending semicolon, but let's
standardize on using one like the other macros.

Add a dummy struct definition at the end of the macro, so
the compiler will require callers to add a semicolon.

Reviewed-by: John Ferlan <jferlan@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
2019-02-03 17:46:29 -05:00
..
log_daemon_config.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
log_daemon_config.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
log_daemon_dispatch.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
log_daemon_dispatch.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
log_daemon.c Require a semicolon for VIR_ENUM_IMPL calls 2019-02-03 17:46:29 -05:00
log_daemon.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
log_handler.c Require a semicolon for VIR_ONCE_GLOBAL_INIT calls 2019-02-03 17:46:29 -05:00
log_handler.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
log_manager.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
log_manager.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
log_protocol.x log: daemon: Add remote protocol handling for the log appending API 2016-06-07 18:10:29 +02:00
Makefile.inc.am make: split logging daemon build rules into logging/Makefile.inc.am 2018-03-05 17:12:01 +00:00
test_virtlogd.aug.in log: update docs for daemons to improve user understanding 2018-05-11 17:11:46 +01:00
virtlogd-admin.socket.in logd: add support for admin protocol in virtlogd 2018-01-31 15:17:47 +00:00
virtlogd.aug rpc: remove remains of obsolete log_buffer_size config parameter 2018-03-23 10:44:35 +00:00
virtlogd.conf log: update docs for daemons to improve user understanding 2018-05-11 17:11:46 +01:00
virtlogd.init.in
virtlogd.pod Use https:// links for most sites 2017-10-16 10:22:34 +01:00
virtlogd.service.in logd: add support for admin protocol in virtlogd 2018-01-31 15:17:47 +00:00
virtlogd.socket.in virtlogd: Don't stop or restart along with libvirtd 2016-09-20 15:22:04 +02:00
virtlogd.sysconf