From 16665b943b23e953220df257e7e04e669aa384d5 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Tue, 26 Mar 2013 11:07:53 +0100 Subject: qemu-char: Rename opened to be_open Rename the opened variable to be_open to reflect that it contains the opened state of the backend. Signed-off-by: Hans de Goede Message-id: 1364292483-16564-2-git-send-email-hdegoede@redhat.com Signed-off-by: Anthony Liguori --- include/char/char.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/char/char.h b/include/char/char.h index 5c3a7a5756..90443fce3a 100644 --- a/include/char/char.h +++ b/include/char/char.h @@ -74,7 +74,7 @@ struct CharDriverState { int idle_tag; char *label; char *filename; - int opened; + int be_open; int avail_connections; QemuOpts *opts; QTAILQ_ENTRY(CharDriverState) next; -- cgit v1.2.3-55-g7522