summaryrefslogtreecommitdiffstats
path: root/include/sys/fm/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/fm/util.h')
-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 2f03d1011..9dfd436c1 100644
--- a/include/sys/fm/util.h
+++ b/include/sys/fm/util.h
@@ -81,6 +81,7 @@ typedef struct zevent_s {
list_t ev_ze_list; /* " */
list_node_t ev_node; /* " */
zevent_cb_t *ev_cb; /* " */
+ uint64_t ev_eid;
} zevent_t;
typedef struct zfs_zevent {