]> Git Repo - qemu.git/blobdiff - iothread.c
monitor: Fix drive_del id argument type completion.
[qemu.git] / iothread.c
index cb5986b6c9bb672626686b2ae4751b1d9f6b20d2..1fbf9f1c49e99570daa40cfda541a4bafe475ce3 100644 (file)
@@ -14,7 +14,6 @@
 #include "qom/object.h"
 #include "qom/object_interfaces.h"
 #include "qemu/module.h"
-#include "qemu/thread.h"
 #include "block/aio.h"
 #include "sysemu/iothread.h"
 #include "qmp-commands.h"
 #define IOTHREADS_PATH "/objects"
 
 typedef ObjectClass IOThreadClass;
-struct IOThread {
-    Object parent_obj;
-
-    QemuThread thread;
-    AioContext *ctx;
-    QemuMutex init_done_lock;
-    QemuCond init_done_cond;    /* is thread initialization done? */
-    bool stopping;
-    int thread_id;
-};
 
 #define IOTHREAD_GET_CLASS(obj) \
    OBJECT_GET_CLASS(IOThreadClass, obj, TYPE_IOTHREAD)
This page took 0.021239 seconds and 4 git commands to generate.