qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/4] qemu: add Error to typedefs


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PATCH 1/4] qemu: add Error to typedefs
Date: Sun, 22 Sep 2013 10:16:47 +0300

This is so qom headers can use it without pulling in
extra headers.

Signed-off-by: Michael S. Tsirkin <address@hidden>
---
 include/qemu/typedefs.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h
index c5c6e36..bb5acf9 100644
--- a/include/qemu/typedefs.h
+++ b/include/qemu/typedefs.h
@@ -9,6 +9,7 @@ typedef struct QEMUFile QEMUFile;
 typedef struct QEMUBH QEMUBH;
 typedef struct QInt QInt;
 typedef struct QObject QObject;
+typedef struct Error Error;
 
 typedef struct AioContext AioContext;
 
-- 
MST




reply via email to

[Prev in Thread] Current Thread [Next in Thread]