]> Git Repo - qemu.git/blame - include/qapi/qmp-event.h
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180410' into staging
[qemu.git] / include / qapi / qmp-event.h
CommitLineData
f8821260
WX
1/*
2 * QMP Event related
3 *
4 * Copyright (c) 2014 Wenchao Xia
5 *
6 * Authors:
7 * Wenchao Xia <[email protected]>
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
14#ifndef QMP_EVENT_H
15#define QMP_EVENT_H
16
f8821260
WX
17
18typedef void (*QMPEventFuncEmit)(unsigned event, QDict *dict, Error **errp);
19
20void qmp_event_set_func_emit(QMPEventFuncEmit emit);
21
22QMPEventFuncEmit qmp_event_get_func_emit(void);
23
24QDict *qmp_event_build_dict(const char *event_name);
25#endif
This page took 0.164191 seconds and 4 git commands to generate.