summaryrefslogtreecommitdiff
path: root/usr.sbin/ctld/ctld.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ctld/ctld.h')
-rw-r--r--usr.sbin/ctld/ctld.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/ctld/ctld.h b/usr.sbin/ctld/ctld.h
index 8644a806f932..60dac68c0e0c 100644
--- a/usr.sbin/ctld/ctld.h
+++ b/usr.sbin/ctld/ctld.h
@@ -152,6 +152,9 @@ struct port {
struct pport *p_pport;
struct target *p_target;
+ int p_ioctl_port;
+ int p_ioctl_pp;
+ int p_ioctl_vp;
uint32_t p_ctl_port;
};
@@ -368,6 +371,8 @@ void pport_delete(struct pport *pport);
struct port *port_new(struct conf *conf, struct target *target,
struct portal_group *pg);
+struct port *port_new_ioctl(struct conf *conf, struct target *target,
+ int pp, int vp);
struct port *port_new_pp(struct conf *conf, struct target *target,
struct pport *pp);
struct port *port_find(const struct conf *conf, const char *name);