Changeset 63563 in vbox for trunk/src/VBox/Main/src-server/linux
- Timestamp:
- Aug 16, 2016 2:04:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/PerformanceLinux.cpp
r62485 r63563 287 287 signed long ilTmp; 288 288 ULONG u32user, u32kernel; 289 char buf[80]; /* @todo:this should be tied to max allowed proc name. */289 char buf[80]; /** @todo this should be tied to max allowed proc name. */ 290 290 291 291 RTStrAPrintf(&pszName, "/proc/%d/stat", process);
Note:
See TracChangeset
for help on using the changeset viewer.