summaryrefslogtreecommitdiffstats
path: root/sys/sys/user.h
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2010-05-27 08:10:12 +0000
committerattilio <attilio@FreeBSD.org>2010-05-27 08:10:12 +0000
commite56433dd509b46eadfa79a8001009903583f0655 (patch)
treeeb1acc5d7d91185741f6d740d8fbf7ef0426e15a /sys/sys/user.h
parentc8612ee587015f9d8700cd66f976c478b90c96eb (diff)
downloadFreeBSD-src-e56433dd509b46eadfa79a8001009903583f0655.zip
FreeBSD-src-e56433dd509b46eadfa79a8001009903583f0655.tar.gz
Add the support for reporting the NOCOREDUMP flag from
sysctl_kern_proc_vmmap(). Sponsored by: Sandvine Incorporated Reviewed by: kib, emaste MFC after: 1 week
Diffstat (limited to 'sys/sys/user.h')
-rw-r--r--sys/sys/user.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/user.h b/sys/sys/user.h
index 34635e3..50fc96d 100644
--- a/sys/sys/user.h
+++ b/sys/sys/user.h
@@ -336,6 +336,7 @@ struct kinfo_file {
#define KVME_FLAG_COW 0x00000001
#define KVME_FLAG_NEEDS_COPY 0x00000002
+#define KVME_FLAG_NOCOREDUMP 0x00000004
#if defined(__amd64__)
#define KINFO_OVMENTRY_SIZE 1168
OpenPOWER on IntegriCloud