Changeset 63563 in vbox for trunk/src/VBox/Main/src-server/darwin
- Timestamp:
- Aug 16, 2016 2:04:28 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110218
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/darwin/PerformanceDarwin.cpp
r62485 r63563 31 31 32 32 /* The following declarations are missing in 10.4.x SDK */ 33 /* @todo Replace them with libproc.h and sys/proc_info.h when 10.4 is no longer supported */33 /** @todo Replace them with libproc.h and sys/proc_info.h when 10.4 is no longer supported */ 34 34 extern "C" int proc_pidinfo(int pid, int flavor, uint64_t arg, void *buffer, int buffersize); 35 35 struct proc_taskinfo {
Note:
See TracChangeset
for help on using the changeset viewer.