usr/src/lib/libzpool/common/sys/zfs_context.h
changeset 9816 847676ec1c5b
parent 9515 d3b739d9d043
child 10272 a0669934e974
--- a/usr/src/lib/libzpool/common/sys/zfs_context.h	Mon Jun 08 11:43:53 2009 -0400
+++ b/usr/src/lib/libzpool/common/sys/zfs_context.h	Mon Jun 08 10:35:50 2009 -0700
@@ -59,6 +59,7 @@
 #include <atomic.h>
 #include <dirent.h>
 #include <time.h>
+#include <libsysevent.h>
 #include <sys/note.h>
 #include <sys/types.h>
 #include <sys/cred.h>
@@ -73,6 +74,7 @@
 #include <sys/kstat.h>
 #include <sys/u8_textprep.h>
 #include <sys/sysevent/eventdefs.h>
+#include <sys/sysevent/dev.h>
 
 /*
  * Debugging
@@ -541,6 +543,10 @@
 ksiddomain_t *ksid_lookupdomain(const char *);
 void ksiddomain_rele(ksiddomain_t *);
 
+#define	DDI_SLEEP	KM_SLEEP
+#define	ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \
+	sysevent_post_event(_c, _d, _b, "libzpool", _e, _f)
+
 #ifdef	__cplusplus
 }
 #endif