#include "virxml.h"
#include "virstring.h"
-#define VIRSH_COMMON_OPT_DOMAIN_FULL(cflags) \
- VIRSH_COMMON_OPT_DOMAIN(N_("domain name, id or uuid"), cflags)
-
VIR_ENUM_DECL(virshDomainIOError)
VIR_ENUM_IMPL(virshDomainIOError,
VIR_DOMAIN_DISK_ERROR_LAST,
# define SA_SIGINFO 0
#endif
-#define VIRSH_COMMON_OPT_DOMAIN_FULL(cflags) \
- VIRSH_COMMON_OPT_DOMAIN(N_("domain name, id or uuid"), cflags)
-
#define VIRSH_COMMON_OPT_DOMAIN_PERSISTENT \
{.name = "persistent", \
.type = VSH_OT_BOOL, \
#include "virxml.h"
#include "conf/snapshot_conf.h"
-#define VIRSH_COMMON_OPT_DOMAIN_FULL(cflags) \
- VIRSH_COMMON_OPT_DOMAIN(N_("domain name, id or uuid"), cflags)
-
/* Helper for snapshot-create and snapshot-create-as */
static bool
virshSnapshotCreate(vshControl *ctl, virDomainPtr dom, const char *buffer,
.completer_flags = cflags, \
}
+# define VIRSH_COMMON_OPT_DOMAIN_FULL(cflags) \
+ VIRSH_COMMON_OPT_DOMAIN(N_("domain name, id or uuid"), cflags)
+
# define VIRSH_COMMON_OPT_CONFIG(_helpstr) \
{.name = "config", \
.type = VSH_OT_BOOL, \