uvtd: add VT subsystem
authorDavid Herrmann <dh.herrmann@gmail.com>
Tue, 5 Mar 2013 17:03:18 +0000 (18:03 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Tue, 5 Mar 2013 17:03:18 +0000 (18:03 +0100)
commite28da46b0568acd83e0bf4f297ac4ca6004e4ccf
tree0b308c2068db8cd9bbee8884cdc3fb19b833932f
parent25736f836376fef00bbea5595035ac873c430faf
uvtd: add VT subsystem

The VT subsystem manages the virtual VTs and registers them with the
seat/session-scheduler. They manage control and legacy nodes as they are
mostly the same.

The different contexts create these VTs and assign them to cdev clients.
This allows us to split the VT and cdev logic apart so they can be
assigned freely to different clients.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Makefile.am
src/uvtd_vt.c [new file with mode: 0644]
src/uvtd_vt.h [new file with mode: 0644]