summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld/ctld.h
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-09-06 11:23:01 +0000
committermav <mav@FreeBSD.org>2015-09-06 11:23:01 +0000
commit037d401b2cc0aedcccedd18c4119c443e8f53487 (patch)
tree8b54d771eecaf8fedb30f1e2325cab5e9c61f640 /usr.sbin/ctld/ctld.h
parent8165ddaa74b615872c882871152b9924d5f57ea5 (diff)
downloadFreeBSD-src-037d401b2cc0aedcccedd18c4119c443e8f53487.zip
FreeBSD-src-037d401b2cc0aedcccedd18c4119c443e8f53487.tar.gz
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 f066b27..8ac8de7 100644
--- a/usr.sbin/ctld/ctld.h
+++ b/usr.sbin/ctld/ctld.h
@@ -391,7 +391,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);
void kernel_limits(const char *offload,
OpenPOWER on IntegriCloud