aboutsummaryrefslogtreecommitdiff
path: root/tests/plugin/mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugin/mem.c')
-rw-r--r--tests/plugin/mem.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/plugin/mem.c b/tests/plugin/mem.c
index d967388989..878abf09d1 100644
--- a/tests/plugin/mem.c
+++ b/tests/plugin/mem.c
@@ -14,6 +14,8 @@
#include <qemu-plugin.h>
+QEMU_PLUGIN_EXPORT int qemu_plugin_version = QEMU_PLUGIN_VERSION;
+
static uint64_t mem_count;
static uint64_t io_count;
static bool do_inline;