- Timestamp:
- Aug 23, 2007 3:51:04 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r4319 r4320 66 66 autoInitSpan.setSucceeded(); 67 67 68 /* Default is a ten second update interval */69 mStatUpdateInterval = 10;68 /* Default is not to report guest statistics at all */ 69 mStatUpdateInterval = 0; 70 70 return S_OK; 71 71 }
Note:
See TracChangeset
for help on using the changeset viewer.