Add 'static'
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 12 Sep 2009 09:58:51 +0000 (09:58 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 12 Sep 2009 09:58:51 +0000 (09:58 +0000)
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>

qemu-sockets.c

index 3cdff4c..8801453 100644 (file)
@@ -30,7 +30,7 @@ static int sockets_debug = 0;
 static const int on=1, off=0;
 
 /* used temporarely until all users are converted to QemuOpts */
-QemuOptsList dummy_opts = {
+static QemuOptsList dummy_opts = {
     .name = "dummy",
     .head = QTAILQ_HEAD_INITIALIZER(dummy_opts.head),
     .desc = {