summaryrefslogtreecommitdiff
path: root/usr/iscsi_ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/iscsi_ipc.h')
-rw-r--r--usr/iscsi_ipc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/iscsi_ipc.h b/usr/iscsi_ipc.h
index 1d349db..87324db 100644
--- a/usr/iscsi_ipc.h
+++ b/usr/iscsi_ipc.h
@@ -50,6 +50,9 @@ struct iscsi_ipc {
int (*ctldev_handle) (void);
+ int (*sendtargets) (uint64_t transport_handle, uint32_t host_no,
+ struct sockaddr *addr);
+
int (*create_session) (uint64_t transport_handle,
uint32_t initial_cmdsn, uint16_t cmds_max,
uint16_t qdepth, uint32_t *out_sid,