Changeset 107497 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 8, 2025 11:00:34 AM (6 weeks ago)
- svn:sync-xref-src-repo-rev:
- 166556
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r107267 r107497 971 971 static DECLCALLBACK(int) i_pdmIfSecKeyHlp_KeyMissingNotify(PPDMISECKEYHLP pInterface); 972 972 973 int mcAudioRefs;974 973 volatile uint32_t mcVRDPClients; 975 974 uint32_t mu32SingleRDPClientId; /* The id of a connected client in the single connection mode. */ -
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r107465 r107497 543 543 AssertComRCReturnRC(hrc); 544 544 545 mcAudioRefs = 0;546 545 mcVRDPClients = 0; 547 546 mu32SingleRDPClientId = 0;
Note:
See TracChangeset
for help on using the changeset viewer.