diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2015-05-28 17:06:50 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2015-05-28 17:06:50 +0000 |
| commit | 45c15aa01fd76d96e6e3f65c7250ea9f2de7fb57 (patch) | |
| tree | 6c44962b66297a39a82c519c68b06d6281586ced /libutil/libutil.h | |
| parent | 93ae7946aadb01fb82fbc9c29e469826848f9523 (diff) | |
| parent | 9450d093eacc6a58d124997fb60de631275447b1 (diff) | |
| download | pw-darwin-45c15aa01fd76d96e6e3f65c7250ea9f2de7fb57.tar.gz pw-darwin-45c15aa01fd76d96e6e3f65c7250ea9f2de7fb57.zip | |
MFH: r282615-r283655
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'libutil/libutil.h')
| -rw-r--r-- | libutil/libutil.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libutil/libutil.h b/libutil/libutil.h index b8b9836..b20ffa2 100644 --- a/libutil/libutil.h +++ b/libutil/libutil.h @@ -102,6 +102,8 @@ struct kinfo_file * kinfo_getfile(pid_t _pid, int *_cntp); struct kinfo_vmentry * kinfo_getvmmap(pid_t _pid, int *_cntp); +struct kinfo_vmobject * + kinfo_getvmobject(int *_cntp); struct kinfo_proc * kinfo_getallproc(int *_cntp); struct kinfo_proc * |
