]> xenbits.xensource.com Git - libvirt.git/commit
qemu_processpriv: Fix #error message
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 14 Apr 2022 12:04:02 +0000 (14:04 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 20 Apr 2022 12:55:00 +0000 (14:55 +0200)
commitabafffb931574e036024640b3732283f2b964e3e
treed55e5bc12fd1dc9f09ad28a6c133ed29ea95718d
parentd97f8807d28ded3cc704ca545a3c896fbc161263
qemu_processpriv: Fix #error message

The point of qemu_processpriv.h file is to allow a small subset
of functions to be called from test suite but not elsewhere. This
is implemented by requiring everybody that includes the file to
define a macro. If not done so, an error is printed at compile
time. However, this error message contains a typo because it
mentions qemu_process_priv.h while the file is called
qemu_processpriv.h.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_processpriv.h