/* AUTOMATICALLY GENERATED by qapi-gen.py DO NOT MODIFY */

/*
 * Schema-defined QAPI/QMP events
 *
 * Copyright (c) 2014 Wenchao Xia
 * Copyright (c) 2015-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_EVENTS_NET_H
#define QAPI_EVENTS_NET_H

#include "qapi-events-sockets.h"
#include "qapi/util.h"
#include "qapi-types-net.h"

void qapi_event_send_nic_rx_filter_changed(const char *name, const char *path);

void qapi_event_send_failover_negotiated(const char *device_id);

void qapi_event_send_netdev_stream_connected(const char *netdev_id, SocketAddress *addr);

void qapi_event_send_netdev_stream_disconnected(const char *netdev_id);

#endif /* QAPI_EVENTS_NET_H */
