diff options
| author | Scott Long <scottl@FreeBSD.org> | 2015-10-16 20:18:12 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2015-10-16 20:18:12 +0000 |
| commit | acb570cf14d0149aee48707e465eebede14c6db5 (patch) | |
| tree | 94609f4590375dd71d2c24f354b35c6f9fbbcfe0 /sys/dev/mps | |
| parent | d0be3479d57007d2d1f64a474865d7929ed9c45e (diff) | |
Notes
Diffstat (limited to 'sys/dev/mps')
| -rw-r--r-- | sys/dev/mps/mps_sas.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mps/mps_sas.h b/sys/dev/mps/mps_sas.h index 825574574edc..d03258d9a7c9 100644 --- a/sys/dev/mps/mps_sas.h +++ b/sys/dev/mps/mps_sas.h @@ -58,6 +58,7 @@ struct mpssas_target { uint16_t tid; SLIST_HEAD(, mpssas_lun) luns; + TAILQ_HEAD(, mps_command) commands; struct mps_command *tm; TAILQ_HEAD(, mps_command) timedout_commands; uint16_t exp_dev_handle; |
