]> Git Repo - qemu.git/blobdiff - tests/test-vmstate.c
QEMUSizedBuffer based QEMUFile
[qemu.git] / tests / test-vmstate.c
index a462335c4b905e8a5ddf49165d62951c2cf9f8f1..d72c64c90bf5371e84a7c7716d6e5db7fa79e5a1 100644 (file)
@@ -29,8 +29,8 @@
 #include "migration/vmstate.h"
 #include "block/coroutine.h"
 
-char temp_file[] = "/tmp/vmst.test.XXXXXX";
-int temp_fd;
+static char temp_file[] = "/tmp/vmst.test.XXXXXX";
+static int temp_fd;
 
 /* Fake yield_until_fd_readable() implementation so we don't have to pull the
  * coroutine code as dependency.
This page took 0.024684 seconds and 4 git commands to generate.