
8 Sep
2020
8 Sep
'20
1:12 p.m.
On a Tuesday in 2020, Michal Privoznik wrote:
The objects at @def and @mem pointers is only read and not written. Make the arguments const to make that explicit.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/qemu/qemu_command.c | 4 ++-- src/qemu/qemu_command.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
Better than nothing(TM). Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano