diff options
author | trociny <trociny@FreeBSD.org> | 2013-04-20 07:47:26 +0000 |
---|---|---|
committer | trociny <trociny@FreeBSD.org> | 2013-04-20 07:47:26 +0000 |
commit | 16ea6280bfe1e44cbde69ee9e5bf59725bf0853c (patch) | |
tree | 5aa163820be1ea3d84a993bb3ed24faf599ede68 /lib/libprocstat/libprocstat_internal.h | |
parent | 84eea68afc625e8d5b64b8041cc4e9b0d26d785c (diff) | |
download | FreeBSD-src-16ea6280bfe1e44cbde69ee9e5bf59725bf0853c.zip FreeBSD-src-16ea6280bfe1e44cbde69ee9e5bf59725bf0853c.tar.gz |
Make libprocstat(3) extract procstat notes from a process core file.
PR: kern/173723
Suggested by: jhb
Glanced by: kib
MFC after: 1 month
Diffstat (limited to 'lib/libprocstat/libprocstat_internal.h')
-rw-r--r-- | lib/libprocstat/libprocstat_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libprocstat/libprocstat_internal.h b/lib/libprocstat/libprocstat_internal.h index 1c1d842..ff1e742 100644 --- a/lib/libprocstat/libprocstat_internal.h +++ b/lib/libprocstat/libprocstat_internal.h @@ -34,6 +34,7 @@ struct procstat { kvm_t *kd; void *vmentries; void *files; + struct procstat_core *core; }; #endif /* !_LIBPROCSTAT_INTERNAL_H_ */ |