aboutsummaryrefslogtreecommitdiff
path: root/include/sg_pt_linux.h
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2018-03-09 19:51:23 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2018-03-09 19:51:23 +0000
commit01a31912491efa232e08f71057edb258986b5508 (patch)
treec0f4809a02a1afd4777bb4e6be28d7a973229280 /include/sg_pt_linux.h
parentb75651eab64eda90f9a0581b4203022c1ee1c066 (diff)
downloadsg3_utils-01a31912491efa232e08f71057edb258986b5508.tar.gz
Add mode sense(10) and mode select(10) to SNTL
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@761 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'include/sg_pt_linux.h')
-rw-r--r--include/sg_pt_linux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sg_pt_linux.h b/include/sg_pt_linux.h
index 92bae900..b6dea224 100644
--- a/include/sg_pt_linux.h
+++ b/include/sg_pt_linux.h
@@ -113,6 +113,7 @@ struct sg_pt_linux_scsi {
* The whole 16 byte completion q entry is
* sent back as sense data */
uint32_t mdxfer_len;
+ struct sg_sntl_dev_state_t dev_stat;
void * mdxferp;
uint8_t * nvme_id_ctlp; /* cached response to controller IDENTIFY */
uint8_t * free_nvme_id_ctlp;