]> xenbits.xensource.com Git - people/pauldu/xeniface.git/commit
Add XenIfaceDevice
authorOwen Smith <owen.smith@citrix.com>
Mon, 27 Jun 2016 16:35:44 +0000 (17:35 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Thu, 7 Jul 2016 10:30:07 +0000 (11:30 +0100)
commit7736d88f5a81a67ab77478ea97a9280b1bb93b6e
treef4b2031e5bf816d0f0b8390306901e6ddf8d7970
parent2a3889f457d172134e54e66530f2c25c0e466f25
Add XenIfaceDevice

XenIfaceDevice is a CDevice subclass that abstracts the IOCTL
interface by managing the conversion to/from IOCTL inputs/outputs.

Signed-off-by: Owen Smith <owen.smith@citrix.com>
Fix VS2013 build.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xenagent/service.cpp
src/xenagent/service.h
src/xenagent/xenifacedevice.cpp [new file with mode: 0644]
src/xenagent/xenifacedevice.h [new file with mode: 0644]
vs2012/xenagent/xenagent.vcxproj
vs2013/xenagent/xenagent.vcxproj