summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/sysevent_impl.h
diff options
context:
space:
mode:
authorGavin Maltby <Gavin.Maltby@Sun.COM>2009-11-19 15:28:11 +1100
committerGavin Maltby <Gavin.Maltby@Sun.COM>2009-11-19 15:28:11 +1100
commit49b225e1cfa7bbf7738d4df0a03f18e3283426eb (patch)
treefec8a2ac5f26eef93ef906b43e2642f06bcba3a6 /usr/src/uts/common/sys/sysevent_impl.h
parent6dea387a9f9ddc2932a4c49a09384dfdcd5a703b (diff)
downloadillumos-joyent-49b225e1cfa7bbf7738d4df0a03f18e3283426eb.tar.gz
PSARC/2009/554 door_xcreate - extended door creation interface for private doors
PSARC/2009/573 libfmevent - external subscriptions to FMA protocol events PSARC/2009/574 GPEC interface changes and additions 6893144 add door_xcreate for creating private doors with per-door thread creation control 6896220 sysevent_evc_xsubscribe and other GPEC modifications 6900975 sysevent_evc_{unbind,unsubscribe} off-by-one in subscriber list traversal 6868087 facility to allow external processes to subscribe to FMA protocol events 6896205 fmd module to forward selected protocol events for external subscription
Diffstat (limited to 'usr/src/uts/common/sys/sysevent_impl.h')
-rw-r--r--usr/src/uts/common/sys/sysevent_impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/uts/common/sys/sysevent_impl.h b/usr/src/uts/common/sys/sysevent_impl.h
index 11115c8f2d..215862fbdd 100644
--- a/usr/src/uts/common/sys/sysevent_impl.h
+++ b/usr/src/uts/common/sys/sysevent_impl.h
@@ -19,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -476,9 +476,9 @@ typedef struct {
/*
* Project private flags for sysevent_evc_subscribe. Bits 0 to 7 are reserved
- * for the consolidation private interface.
+ * for the consolidation private interface, so we must use bits 8-15 here.
*/
-#define EVCH_SUB_DUMP 0x0100
+#define EVCH_SUB_DUMP (0x01 << 8)
/*
* Permission flags