]> xenbits.xensource.com Git - libvirt.git/commit
virsh: Inline VIRSH_COMMON_OPT_NETWORK_OT_STRING macro
authorPeter Krempa <pkrempa@redhat.com>
Thu, 14 Mar 2024 21:22:08 +0000 (22:22 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 2 Apr 2024 12:24:29 +0000 (14:24 +0200)
commit1f3f9c81dad7c6c017164e42afa882e6dbe6b472
treefcc96f6aa3887bf57327769e6912c9410b38a470
parentd2e29eb74c01fcb971ec56be601a6d5a6a4ddd61
virsh: Inline VIRSH_COMMON_OPT_NETWORK_OT_STRING macro

The macro is used in just one place and the definition of the option is
going to be modified. Inline the macro.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tools/virsh-network.c