summaryrefslogtreecommitdiffstats
path: root/include/sys/fm
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/fm')
-rw-r--r--include/sys/fm/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/fm/util.h b/include/sys/fm/util.h
index 6ee31764b..ff54b05bb 100644
--- a/include/sys/fm/util.h
+++ b/include/sys/fm/util.h
@@ -93,6 +93,7 @@ typedef struct zfs_zevent {
extern void fm_init(void);
extern void fm_fini(void);
extern void fm_nvprint(nvlist_t *);
+extern void zfs_zevent_post_cb(nvlist_t *nvl, nvlist_t *detector);
extern int zfs_zevent_post(nvlist_t *, nvlist_t *, zevent_cb_t *);
extern void zfs_zevent_drain_all(int *);
extern int zfs_zevent_fd_hold(int, minor_t *, zfs_zevent_t **);