]> xenbits.xensource.com Git - pvdrivers/win/xeniface.git/commit
Only add device if the guid matches
authorPaul Durrant <paul.durrant@citrix.com>
Wed, 29 Mar 2017 14:48:35 +0000 (15:48 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Mon, 3 Apr 2017 16:52:32 +0000 (17:52 +0100)
commit7defd1433b0ccc12b95867652aba05b67d773fc6
treeab7dec7d6d646aa4fd91f1521d4f7d7b459e6711
parent6ee565dafbc4369240fb92dbf61bfdc5b85c5682
Only add device if the guid matches

The IDeviceCreator::OnDeviceAdded() method should only be called for
devices matching the GUID specified to the CDeviceList object creator.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xenagent/devicelist.cpp