This macro will be used in paralles_sdk.c so move it to common header.
Signed-off-by: Dmitry Guryanov <dguryanov@parallels.com>
_("no domain with matching uuid '%s'"), uuidstr); \
} while (0)
-#define IS_CT(def) (STREQ_NULLABLE(def->os.type, "exe"))
-
static int parallelsConnectClose(virConnectPtr conn);
static const char * parallelsGetDiskBusName(int bus) {
virReportErrorHelper(VIR_FROM_TEST, VIR_ERR_OPERATION_FAILED, __FILE__, \
__FUNCTION__, __LINE__, _("Can't parse prlctl output"))
+# define IS_CT(def) (STREQ_NULLABLE(def->os.type, "exe"))
+
# define PARALLELS_ROUTED_NETWORK_NAME "Routed"
struct _parallelsConn {