Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2015 18:23:07 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r287991 - head/sys/cam/ctl
Message-ID:  <201509191823.t8JIN7RP031843@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Sat Sep 19 18:23:06 2015
New Revision: 287991
URL: https://svnweb.freebsd.org/changeset/base/287991

Log:
  Pack struct ctl_ha_msg_hdr by 8 bytes.

Modified:
  head/sys/cam/ctl/ctl_io.h

Modified: head/sys/cam/ctl/ctl_io.h
==============================================================================
--- head/sys/cam/ctl/ctl_io.h	Sat Sep 19 18:22:59 2015	(r287990)
+++ head/sys/cam/ctl/ctl_io.h	Sat Sep 19 18:23:06 2015	(r287991)
@@ -385,10 +385,10 @@ struct ctl_pr_info {
 
 struct ctl_ha_msg_hdr {
 	ctl_msg_type		msg_type;
+	uint32_t		status;	     /* transaction status */
 	union ctl_io		*original_sc;
 	union ctl_io		*serializing_sc;
 	struct ctl_nexus	nexus;	     /* Initiator, port, target, lun */
-	uint32_t		status;	     /* transaction status */
 };
 
 #define	CTL_HA_MAX_SG_ENTRIES	16



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509191823.t8JIN7RP031843>