Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/iscsi Fix field name in response pdu.
details: https://anonhg.NetBSD.org/src/rev/b68b92c5862e
branches: trunk
changeset: 345905:b68b92c5862e
user: mlelstv <mlelstv%NetBSD.org@localhost>
date: Wed Jun 15 03:40:59 2016 +0000
description:
Fix field name in response pdu.
diffstat:
sys/dev/iscsi/iscsi_pdu.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 15e1e10c3c38 -r b68b92c5862e sys/dev/iscsi/iscsi_pdu.h
--- a/sys/dev/iscsi/iscsi_pdu.h Wed Jun 15 03:37:50 2016 +0000
+++ b/sys/dev/iscsi/iscsi_pdu.h Wed Jun 15 03:40:59 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: iscsi_pdu.h,v 1.2 2014/06/21 03:42:52 dholland Exp $ */
+/* $NetBSD: iscsi_pdu.h,v 1.3 2016/06/15 03:40:59 mlelstv Exp $ */
/*-
* Copyright (c) 2004,2005,2006,2011 The NetBSD Foundation, Inc.
@@ -134,7 +134,7 @@
uint32_t StatSN;
uint32_t ExpCmdSN;
uint32_t MaxCmdSN;
- uint32_t ExpStatSN;
+ uint32_t ExpDataSN;
uint32_t ReadResidualCount;
uint32_t ResidualCount;
} __packed;
Home |
Main Index |
Thread Index |
Old Index