[LOCALMON]
authorColin Finck <colin@reactos.org>
Tue, 7 Jul 2015 10:30:30 +0000 (10:30 +0000)
committerColin Finck <colin@reactos.org>
Tue, 7 Jul 2015 10:30:30 +0000 (10:30 +0000)
commit91eab8a77afb5191c5af7493af6f9514506bc26a
tree54a43cb398b14bd0e7e44bb1ee784e882b50923d
parent75f2cf5f6f16ce32a67cf7659c6450f787cdbdb6
[LOCALMON]
- Bugfix: LocalmonClosePort must only free the memory for virtual file ports. Other port entries are reused.
- Bugfix: Set the port type to PortType_OtherLPT in all conditions that ít's not a physical LPT port.
- Synchronize access to the port lists.
- Keep a list of open Xcv handles as well to properly close them on shutdown.
- Add traces to all monitor functions for easier debugging. (requires DEBUGCHANNEL=+localmon environment variable)

svn path=/branches/colins-printing-for-freedom/; revision=68364
reactos/win32ss/printing/monitors/localmon/main.c
reactos/win32ss/printing/monitors/localmon/ports.c
reactos/win32ss/printing/monitors/localmon/precomp.h
reactos/win32ss/printing/monitors/localmon/xcv.c