Changeset 44474 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jan 30, 2013 4:47:30 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83482
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp
r44164 r44474 921 921 #endif 922 922 bool fAddUser = true; 923 if ( pUserInfo[i].ulNumProcs 924 /* If we have session 0 separation, add the user regardless of the 925 * attached processes. */ 926 || vboxServiceVMInfoSession0Separation()) 923 if (pUserInfo[i].ulNumProcs) 927 924 fAddUser = true; 928 925 929 926 if (fAddUser) 930 927 { 931 VBoxServiceVerbose(3, "User %ls has %ld processes (session %u)\n",928 VBoxServiceVerbose(3, "User %ls has %ld interactive processes (session %u)\n", 932 929 pUserInfo[i].wszUser, pUserInfo[i].ulNumProcs, pUserInfo[i].ulSession); 933 930
Note:
See TracChangeset
for help on using the changeset viewer.