summaryrefslogtreecommitdiff
path: root/usr/transport.h
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2012-03-10 04:22:41 -0600
committerMike Christie <michaelc@cs.wisc.edu>2012-03-22 00:02:31 -0400
commitf7d12fb72514952fa16608ccded046fbf6955ac8 (patch)
treedb7e189b17ed5552b7bd30125ac4306754ff3923 /usr/transport.h
parentcdef1d1faf5028cbdd2b7600ef4d4b5bd1ebdd7f (diff)
downloadopen-iscsi-f7d12fb72514952fa16608ccded046fbf6955ac8.tar.gz
iscsi tools: have iscsiadm load offload modules
This has iscsiadm load the offload modules that do not have pci tables (bnx2i, cxgb3i, cxgb4i) when iscsiadm -m iface is run.
Diffstat (limited to 'usr/transport.h')
-rw-r--r--usr/transport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/transport.h b/usr/transport.h
index 4c46587..672561b 100644
--- a/usr/transport.h
+++ b/usr/transport.h
@@ -49,5 +49,6 @@ struct iscsi_transport {
extern int set_transport_template(struct iscsi_transport *t);
extern int transport_load_kmod(char *transport_name);
+extern int transport_probe_for_offload(void);
#endif