summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld/ctld.h
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-10-05 08:52:37 +0000
committermav <mav@FreeBSD.org>2015-10-05 08:52:37 +0000
commit3f61db5756a866fb4ec6b09cacd0ccbce7410361 (patch)
treed369d267fc93dd2f4f997f191e4630af47e29402 /usr.sbin/ctld/ctld.h
parentc060972cd4ad911e494f964ecbd92d6c4ffd0f10 (diff)
downloadFreeBSD-src-3f61db5756a866fb4ec6b09cacd0ccbce7410361.zip
FreeBSD-src-3f61db5756a866fb4ec6b09cacd0ccbce7410361.tar.gz
MFC r287500: Allow LUN options modification via CTL_LUNREQ_MODIFY.
Not all changes take effect, but that is a different question.
Diffstat (limited to 'usr.sbin/ctld/ctld.h')
-rw-r--r--usr.sbin/ctld/ctld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ctld/ctld.h b/usr.sbin/ctld/ctld.h
index ab6186b..a4e260b 100644
--- a/usr.sbin/ctld/ctld.h
+++ b/usr.sbin/ctld/ctld.h
@@ -387,7 +387,7 @@ void lun_option_set(struct lun_option *clo,
void kernel_init(void);
int kernel_lun_add(struct lun *lun);
-int kernel_lun_resize(struct lun *lun);
+int kernel_lun_modify(struct lun *lun);
int kernel_lun_remove(struct lun *lun);
void kernel_handoff(struct connection *conn);
int kernel_port_add(struct port *port);
OpenPOWER on IntegriCloud