[Devel] [PATCH rh7] ve/tty: vt -- Add dummy stubs
Cyrill Gorcunov
gorcunov at virtuozzo.com
Fri Jun 26 08:27:46 PDT 2015
On Fri, Jun 26, 2015 at 06:13:46PM +0300, Vladimir Davydov wrote:
> On Thu, Jun 25, 2015 at 08:53:29PM +0300, Cyrill Gorcunov wrote:
> > +#define VZ_VT_MAX_DEVS 12
> > + struct tty_driver *vz_vt_driver;
> > + struct tty_struct *vz_tty_vt[VZ_VT_MAX_DEVS];
> > +
> > struct tty_struct *vz_tty_conm;
> > struct tty_struct *vz_tty_cons;
>
> Why do we need vz_tty_con[ms] now?
This is a snipped from development part, I'll need it soon
(when I implement proper readers). Same applies to vz_tty_vt
tty structs, they gonna be carrying virtual slave peers.
IOW it can be safey dropped now but i'll reintroduce them
again, so up to you.
More information about the Devel
mailing list