diff options
Diffstat (limited to 'usr/src/uts/common/sys/klwp.h')
-rw-r--r-- | usr/src/uts/common/sys/klwp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/klwp.h b/usr/src/uts/common/sys/klwp.h index 41b70f6a6e..2aceb3a0f6 100644 --- a/usr/src/uts/common/sys/klwp.h +++ b/usr/src/uts/common/sys/klwp.h @@ -24,7 +24,7 @@ */ /* - * Copyright (c) 2013, Joyent, Inc. All rights reserved. + * Copyright 2015 Joyent, Inc. */ #ifndef _SYS_KLWP_H @@ -192,6 +192,8 @@ typedef struct _klwp { struct contract *lwp_ct_latest[CTT_MAXTYPE]; /* last created contract */ void *lwp_brand; /* per-lwp brand data */ + int (*lwp_brand_syscall)(void); /* brand syscall interposer */ + struct psinfo *lwp_spymaster; /* if an agent LWP, our spymaster */ } klwp_t; |