Changeset 73361 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- Jul 25, 2018 7:46:52 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/VirtualBoxClientListImpl.cpp
r73358 r73361 81 81 RTTHREADFLAGS_WAITABLE, 82 82 "CLWatcher"); 83 83 Assert(RT_SUCCESS(rc)); 84 84 if (RT_SUCCESS(rc)) 85 85 { … … 138 138 /** 139 139 * Deregister all staled VBoxSVC through VBoxSDS and forcebly close VBoxSVC process 140 * @param ThreadSelfcurrent thread id141 * @param pvUserpointer to CClientListWatcher that created this thread.140 * @param ThreadSelf current thread id 141 * @param pvUser pointer to CClientListWatcher that created this thread. 142 142 */ 143 143 DECLCALLBACK(int) CClientListWatcher::WatcherWorker(RTTHREAD ThreadSelf, void *pvUser) … … 258 258 * Deregister API client to add it to API client list 259 259 * API client process calls this function at start to include this process to client list 260 * @param aPidprocess ID of registering client process260 * @param aPid process ID of registering client process 261 261 */ 262 262 HRESULT VirtualBoxClientList::registerClient(LONG aPid)
Note:
See TracChangeset
for help on using the changeset viewer.