From c0c4bd2cfae0fb83696000f1bfc355f22e2b41cb Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Tue, 26 Mar 2013 11:07:55 +0100 Subject: qemu-char: Add fe_open tracking Add tracking of the fe_open state to struct CharDriverState. Signed-off-by: Hans de Goede Message-id: 1364292483-16564-4-git-send-email-hdegoede@redhat.com Signed-off-by: Anthony Liguori --- include/char/char.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/char/char.h b/include/char/char.h index e9d2c108a8..dbb1b89f8c 100644 --- a/include/char/char.h +++ b/include/char/char.h @@ -75,6 +75,7 @@ struct CharDriverState { char *label; char *filename; int be_open; + int fe_open; int avail_connections; QemuOpts *opts; QTAILQ_ENTRY(CharDriverState) next; -- cgit v1.2.3-55-g7522