Changeset 27670 in vbox for trunk/src/VBox/Main/solaris
- Timestamp:
- Mar 24, 2010 3:19:25 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59251
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/solaris/PerformanceSolaris.cpp
r25416 r27670 216 216 { 217 217 int rc = VINF_SUCCESS; 218 char *pszName; 219 pid_t pid2; 220 char buf[80]; /* @todo: this should be tied to max allowed proc name. */ 218 char *pszName = NULL; 221 219 psinfo_t psinfo; 222 220
Note:
See TracChangeset
for help on using the changeset viewer.