Changeset 36344 in vbox for trunk/src/VBox/Storage/testcase/vditool.cpp
- Timestamp:
- Mar 22, 2011 2:29:37 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70679
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/vditool.cpp
r33567 r36344 5 5 6 6 /* 7 * Copyright (C) 2006-201 0Oracle Corporation7 * Copyright (C) 2006-2011 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 398 398 static const char * const s_apszGroups[] = VBOX_LOGGROUP_NAMES; 399 399 int rc = RTLogCreate(&pLogger, 0, "all", 400 NULL, RT_ELEMENTS(s_apszGroups), s_apszGroups, 401 RTLOGDEST_STDOUT, NULL); 400 NULL, RT_ELEMENTS(s_apszGroups), s_apszGroups, RTLOGDEST_STDOUT, 401 NULL /* pfnBeginEnd */, 0 /* cHistory */, 0 /* cbHistoryFileMax */, 0 /* uHistoryTimeMax */, 402 NULL); 402 403 RTLogRelSetDefaultInstance(pLogger); 403 404
Note:
See TracChangeset
for help on using the changeset viewer.