]> xenbits.xensource.com Git - pvdrivers/win/xencons.git/commit
Move console handlers to console.c
authorOwen Smith <owen.smith@citrix.com>
Wed, 28 Feb 2018 17:21:36 +0000 (17:21 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Wed, 28 Feb 2018 17:35:41 +0000 (17:35 +0000)
commitdb3ffb63fd61226bc0fbb3539458a9aaf9bf80b5
tree4904f63be2f57e501c146c268c7f3c4b2d5c181e
parent17c0f0f6103d8debe47fe8de178f0b2f6d5c4dd8
Move console handlers to console.c

Isolate console handler code from fdo code.
This will make the console code easier to maintain.

Signed-off-by: Owen Smith <owen.smith@citrix.com>
Rename __ConsoleDestroy() to __ConsoleDestroyHandle() and introduce
__ConsoleCreateHandle() which is called by ConsoleOpen() to allocate and
initialize a handle.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xencons/console.c [new file with mode: 0644]
src/xencons/console.h [new file with mode: 0644]
src/xencons/fdo.c
vs2015/xencons/xencons.vcxproj
vs2017/xencons/xencons.vcxproj