vbox的更動 13509 路徑 trunk/src/VBox/HostServices/SharedClipboard
- 時間撮記:
- 2008-10-23 上午06:02:08 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/HostServices/SharedClipboard/x11.cpp
r13454 r13509 206 206 207 207 /* Only one of the guest and the host should be waiting at any one time */ 208 if ( RT_FAILURE(ASMAtomicCmpXchgU32(&pCtx->waiter, 1, 0)))208 if (!ASMAtomicCmpXchgU32(&pCtx->waiter, 1, 0)) 209 209 { 210 210 LogRel(("vboxClipboardReadDataFromClient: deadlock situation - the host and the guest are both waiting for data from the other.\n")); … … 1404 1404 } 1405 1405 /* Only one of the host and the guest should ever be waiting. */ 1406 if ( RT_FAILURE(ASMAtomicCmpXchgU32(&g_ctx.waiter, 1, 0)))1406 if (!ASMAtomicCmpXchgU32(&g_ctx.waiter, 1, 0)) 1407 1407 { 1408 1408 LogRel(("vboxClipboardReadData: detected a deadlock situation - the host and the guest are waiting for each other.\n"));
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器