summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/iscsi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/iscsi.h')
-rw-r--r--src/include/ipxe/iscsi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/iscsi.h b/src/include/ipxe/iscsi.h
index c5e725154..a604e1e4f 100644
--- a/src/include/ipxe/iscsi.h
+++ b/src/include/ipxe/iscsi.h
@@ -498,7 +498,7 @@ struct iscsi_session {
struct refcnt refcnt;
/** Transport-layer socket */
- struct xfer_interface socket;
+ struct interface socket;
/** Target address */
char *target_address;