diff options
author | Eric Blake <eblake@redhat.com> | 2016-06-09 10:48:45 -0600 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2016-07-06 10:52:04 +0200 |
commit | 37f9e0a2b65a6dd5fe09cb0023b8001014aaaf01 (patch) | |
tree | d1fe710730adff2fa1c31449e380dbb38fad6ea6 /include/qapi/clone-visitor.h | |
parent | a15fcc3cf69ee3d408f60d6cc316488d2b0249b4 (diff) | |
download | qemu-37f9e0a2b65a6dd5fe09cb0023b8001014aaaf01.zip |
sockets: Use new QAPI cloning
Rather than rolling our own clone via an expensive conversion
in and back out of QObject, use the new clone visitor.
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <1465490926-28625-15-git-send-email-eblake@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'include/qapi/clone-visitor.h')
-rw-r--r-- | include/qapi/clone-visitor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/qapi/clone-visitor.h b/include/qapi/clone-visitor.h index 16ceff55dd..b16177e1ee 100644 --- a/include/qapi/clone-visitor.h +++ b/include/qapi/clone-visitor.h @@ -11,7 +11,9 @@ #ifndef QAPI_CLONE_VISITOR_H #define QAPI_CLONE_VISITOR_H +#include "qemu/typedefs.h" #include "qapi/visitor.h" +#include "qapi-visit.h" /* * The clone visitor is for direct use only by the QAPI_CLONE() macro; |