aboutsummaryrefslogtreecommitdiff
path: root/qemu-sockets.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-09-12 09:58:51 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-09-12 09:58:51 +0000
commitc13909036938229b026365f1476e53f1a6f15c91 (patch)
tree51a7901301f8f7c87377d6ea757cc84d27ad1ab4 /qemu-sockets.c
parentde5071c5515234cddbeaf1e6b794e1893f460b8a (diff)
Add 'static'
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'qemu-sockets.c')
-rw-r--r--qemu-sockets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-sockets.c b/qemu-sockets.c
index 3cdff4c206..8801453cb2 100644
--- a/qemu-sockets.c
+++ b/qemu-sockets.c
@@ -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 = {