1/* AUTOMATICALLY GENERATED, DO NOT MODIFY */
2
3/*
4 * Schema-defined QAPI types
5 *
6 * Copyright IBM, Corp. 2011
7 * Copyright (c) 2013-2018 Red Hat Inc.
8 *
9 * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
10 * See the COPYING.LIB file in the top-level directory.
11 */
12
13#ifndef QAPI_TYPES_RDMA_H
14#define QAPI_TYPES_RDMA_H
15
16#include "qapi/qapi-builtin-types.h"
17
18typedef struct q_obj_RDMA_GID_STATUS_CHANGED_arg q_obj_RDMA_GID_STATUS_CHANGED_arg;
19
20struct q_obj_RDMA_GID_STATUS_CHANGED_arg {
21 char *netdev;
22 bool gid_status;
23 uint64_t subnet_prefix;
24 uint64_t interface_id;
25};
26
27#endif /* QAPI_TYPES_RDMA_H */
28