儲存庫 vbox 的更動 73361
- 時間撮記:
- 2018-7-25 下午07:46:52 (7 年 以前)
- svn:sync-xref-src-repo-rev:
- 123976
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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)
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器