Changeset 36344 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Mar 22, 2011 2:29:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/generic/OpenGLTestApp.cpp
r33806 r36344 5 5 6 6 /* 7 * Copyright (C) 2009-201 0Oracle Corporation7 * Copyright (C) 2009-2011 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 133 133 134 134 int vrc = RTLogCreateEx(&loggerRelease, fFlags, "all", 135 "VBOX_RELEASE_LOG", RT_ELEMENTS(s_apszGroups), s_apszGroups, 136 enmLogDest, szError, sizeof(szError), pszFilenameFmt, pszFilename, RTTimeMilliTS()); 135 "VBOX_RELEASE_LOG", RT_ELEMENTS(s_apszGroups), s_apszGroups, enmLogDest, 136 NULL /* pfnBeginEnd */, 0 /* cHistory */, 0 /* cbHistoryFileMax */, 0 /* uHistoryTimeMax */, 137 szError, sizeof(szError), pszFilenameFmt, pszFilename, RTTimeMilliTS()); 137 138 if (RT_SUCCESS(vrc)) 138 139 {
Note:
See TracChangeset
for help on using the changeset viewer.