blob: 14acde58cd2b392821613c6c1c8e8f9ad3334677 [file] [log] [blame]
/* AUTOMATICALLY GENERATED, DO NOT MODIFY */
/*
* Schema-defined QAPI/QMP commands
*
* Copyright IBM, Corp. 2011
* Copyright (C) 2014-2018 Red Hat, Inc.
*
* This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
* See the COPYING.LIB file in the top-level directory.
*/
#ifndef QAPI_COMMANDS_TRANSACTION_H
#define QAPI_COMMANDS_TRANSACTION_H
#include "qapi-commands-block.h"
#include "qapi-types-transaction.h"
#include "qapi/qmp/dispatch.h"
void qmp_transaction(TransactionActionList *actions, bool has_properties, TransactionProperties *properties, Error **errp);
void qmp_marshal_transaction(QDict *args, QObject **ret, Error **errp);
#endif /* QAPI_COMMANDS_TRANSACTION_H */