]> git.proxmox.com Git - mirror_zfs.git/blobdiff - cmd/zed/agents/zfs_agents.h
Various ZED fixes
[mirror_zfs.git] / cmd / zed / agents / zfs_agents.h
index 3c9af54c926c4b421209701ed75e4438c84600b1..d1a459139b1e2f4fea9e5666cae8e46bd1fcf092 100644 (file)
@@ -39,13 +39,6 @@ extern int zfs_slm_init(void);
 extern void zfs_slm_fini(void);
 extern void zfs_slm_event(const char *, const char *, nvlist_t *);
 
-/*
- * In ZED context, all the FMA agents run in the same thread
- * and do not require a unique libzfs instance.
- */
-extern libzfs_handle_t *__libzfs_init(void);
-extern void __libzfs_fini(libzfs_handle_t *);
-
 #ifdef __cplusplus
 }
 #endif