libvirt/src/lxc
Cole Robinson 7662194bf3 Require a semicolon to VIR_ENUM_DECL calls
Missing semicolon at the end of macros can confuse some analyzers
(like cppcheck <filename>), and we have a mix of semicolon and
non-semicolon usage through the code. Let's standardize on using
a semicolon for VIR_ENUM_DECL calls.

Drop the semicolon from the final statement 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
..
libvirtd_lxc.aug Add support for sVirt in the LXC driver 2012-02-02 17:44:39 -07:00
lxc_cgroup.c lxc: Use virCgroupGetMemoryStat 2018-08-13 11:53:53 +02:00
lxc_cgroup.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
lxc_conf.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
lxc_conf.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
lxc_container.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
lxc_container.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
lxc_controller.c security: Remove disk labeling functions and fix callers 2019-01-30 17:20:38 +01:00
lxc_domain.c Revert "util: cgroup: modify virCgroupFree to take virCgroupPtr" 2018-07-30 13:30:11 +02:00
lxc_domain.h Require a semicolon to VIR_ENUM_DECL calls 2019-02-03 17:46:29 -05:00
lxc_driver.c security: Remove disk labeling functions and fix callers 2019-01-30 17:20:38 +01:00
lxc_driver.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
lxc_fuse.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
lxc_fuse.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
lxc_hostdev.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
lxc_hostdev.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
lxc_monitor_protocol.x Unify int types handling in protocol files 2016-01-11 19:56:06 +03:00
lxc_monitor.c lxc_monitor: Avoid AB / BA lock race 2018-09-25 17:08:08 +02:00
lxc_monitor.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
lxc_native.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
lxc_native.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
lxc_process.c Revert "util: cgroup: modify virCgroupFree to take virCgroupPtr" 2018-07-30 13:30:11 +02:00
lxc_process.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
lxc.conf lxc.conf: s/QEMU/LXC/ 2016-11-09 18:56:15 +01:00
Makefile.inc.am make sure libvirt is linked first 2018-03-05 16:49:50 +00:00
test_libvirtd_lxc.aug.in Autogenerate augeas test case from default config files 2012-05-28 11:07:12 +01:00