]> xenbits.xensource.com Git - people/pauldu/xeniface.git/commit
Add device list to track XenIface device(s)
authorOwen Smith <owen.smith@citrix.com>
Mon, 27 Jun 2016 16:19:47 +0000 (17:19 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Thu, 7 Jul 2016 10:25:29 +0000 (11:25 +0100)
commit2a3889f457d172134e54e66530f2c25c0e466f25
tree8abe51343dd4581b181a72f30a52508bca8665fc
parent0f185d37146df6b2b2d660e19e9b1997574d53d1
Add device list to track XenIface device(s)

Uses RegisterDeviceNotificationA and SetupApi to track
GUID_INTERFACE_XENIFACE device(s). Calls service base class
after insertion and before remove complete.

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

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