summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/proc.h
diff options
context:
space:
mode:
authorBryan Cantrill <bryan@joyent.com>2013-04-02 13:52:19 -0700
committerRobert Mustacchi <rm@joyent.com>2013-04-12 12:00:00 -0700
commitf971a3462face662ae8ef220a18a98354d625d54 (patch)
tree5df66b69056387f6e3dd5e158930a663daab92dc /usr/src/uts/common/sys/proc.h
parentabc79d9dd51e98eafb6fc25b4a0b4f66bef40b00 (diff)
downloadillumos-joyent-f971a3462face662ae8ef220a18a98354d625d54.tar.gz
3673 core dumping is abysmally slow
3671 left behind enemy lines, agent LWP can go rogue 3670 add visibility into agent LWP's spymaster Reviewed by: Keith M Wesolowski <keith.wesolowski@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/uts/common/sys/proc.h')
-rw-r--r--usr/src/uts/common/sys/proc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/proc.h b/usr/src/uts/common/sys/proc.h
index 762e7149b2..f1a2fc5485 100644
--- a/usr/src/uts/common/sys/proc.h
+++ b/usr/src/uts/common/sys/proc.h
@@ -574,6 +574,12 @@ typedef enum {
LWP_STAT_MSGSND
} lwp_stat_id_t;
+typedef struct prkillinfo {
+ int32_t prk_error; /* errno */
+ int32_t prk_pad; /* pad */
+ siginfo_t prk_info; /* siginfo of killing signal */
+} prkillinfo_t;
+
#ifdef _KERNEL
/* user profiling functions */