[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [PATCH 2/4] mini-os: Enable console to be configured as raw tty using termios
On Mon, Jun 05, 2017 at 12:48:05AM +0100, Simon Waterman wrote: > Add a flag that records with a console is configured in raw mode. > > Signed-off-by: Simon Waterman <watermansrdev@xxxxxxxxx> > --- > include/console.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/console.h b/include/console.h > index eb327a8..bc8f1f9 100644 > --- a/include/console.h > +++ b/include/console.h > @@ -56,6 +56,8 @@ struct consfront_dev { > > xenbus_event_queue events; > > + uint8_t is_raw; Use bool here? _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/cgi-bin/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |