Changeset 107718 in vbox
- 时间戳:
- 2025-1-13 下午06:17:23 (8天前)
- 文件:
-
- 修改了1个
图例:
- 未修改
- 增加
- 删除
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
r106061 r107718 1850 1850 rc2 = RTSemEventMultiReset(g_hVMInfoEvent); 1851 1851 if (RT_FAILURE(rc2)) 1852 rc2 =VGSvcError("RTSemEventMultiReset failed; rc2=%Rrc\n", rc2);1852 VGSvcError("RTSemEventMultiReset failed; rc2=%Rrc\n", rc2); 1853 1853 } 1854 1854 } … … 1892 1892 /* Delete the "../Net" branch. */ 1893 1893 const char *apszPat[1] = { "/VirtualBox/GuestInfo/Net/*" }; 1894 int rc =VbglR3GuestPropDelSet(g_uVMInfoGuestPropSvcClientID, &apszPat[0], RT_ELEMENTS(apszPat));1894 VbglR3GuestPropDelSet(g_uVMInfoGuestPropSvcClientID, &apszPat[0], RT_ELEMENTS(apszPat)); 1895 1895 1896 1896 /* Destroy LA client info. */ … … 1901 1901 1902 1902 /* Disconnect from guest properties service. */ 1903 rc = VbglR3GuestPropDisconnect(g_uVMInfoGuestPropSvcClientID); 1904 if (RT_FAILURE(rc)) 1905 VGSvcError("Failed to disconnect from guest property service! Error: %Rrc\n", rc); 1903 VbglR3GuestPropDisconnect(g_uVMInfoGuestPropSvcClientID); 1906 1904 g_uVMInfoGuestPropSvcClientID = 0; 1907 1905
Note:
See TracChangeset
for help on using the changeset viewer.