summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2009-05-13 16:25:31 -0400
committerMike Christie <michaelc@cs.wisc.edu>2009-05-13 16:28:30 -0400
commitefee6f627adf563aaee0090813a83c140169672e (patch)
treeb494de19a75bf4dcdf364587968c18915c217c2d /include
parent96d74fe377566ab14f656a55b5c1d0f92fafdd17 (diff)
downloadopen-iscsi-efee6f627adf563aaee0090813a83c140169672e.tar.gz
iscsid: fix bound ep connect event number
Fix bad merge. The bound ep connect event number should be 19. When transferring patches from the offload tree to head this got set to the wrong value.
Diffstat (limited to 'include')
-rw-r--r--include/iscsi_if.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/iscsi_if.h b/include/iscsi_if.h
index 0fb733d..ba2e909 100644
--- a/include/iscsi_if.h
+++ b/include/iscsi_if.h
@@ -50,9 +50,8 @@ enum iscsi_uevent_e {
ISCSI_UEVENT_TGT_DSCVR = UEVENT_BASE + 15,
ISCSI_UEVENT_SET_HOST_PARAM = UEVENT_BASE + 16,
ISCSI_UEVENT_UNBIND_SESSION = UEVENT_BASE + 17,
- ISCSI_UEVENT_CREATE_BOUND_SESSION = UEVENT_BASE + 18,
-
- ISCSI_UEVENT_TRANSPORT_EP_CONNECT_THROUGH_HOST = UEVENT_BASE + 22,
+ ISCSI_UEVENT_CREATE_BOUND_SESSION = UEVENT_BASE + 18,
+ ISCSI_UEVENT_TRANSPORT_EP_CONNECT_THROUGH_HOST = UEVENT_BASE + 19,
/* up events */
ISCSI_KEVENT_RECV_PDU = KEVENT_BASE + 1,