summaryrefslogtreecommitdiffstats
path: root/sys/cam/ctl/ctl_ha.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cam/ctl/ctl_ha.h')
-rw-r--r--sys/cam/ctl/ctl_ha.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/cam/ctl/ctl_ha.h b/sys/cam/ctl/ctl_ha.h
index 072492a..0d2c011 100644
--- a/sys/cam/ctl/ctl_ha.h
+++ b/sys/cam/ctl/ctl_ha.h
@@ -109,7 +109,8 @@ struct ctl_ha_dt_req {
struct ctl_softc;
ctl_ha_status ctl_ha_msg_init(struct ctl_softc *softc);
-ctl_ha_status ctl_ha_msg_shutdown(struct ctl_softc *softc);
+void ctl_ha_msg_shutdown(struct ctl_softc *softc);
+ctl_ha_status ctl_ha_msg_destroy(struct ctl_softc *softc);
typedef void (*ctl_evt_handler)(ctl_ha_channel channel, ctl_ha_event event,
int param);
OpenPOWER on IntegriCloud