summaryrefslogtreecommitdiffstats
path: root/include/sysfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sysfs.h')
-rw-r--r--include/sysfs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sysfs.h b/include/sysfs.h
index 664359243..36d3cbd4f 100644
--- a/include/sysfs.h
+++ b/include/sysfs.h
@@ -27,7 +27,8 @@ struct sysfs_cxt {
scsi_target,
scsi_lun;
- unsigned int has_hctl : 1;
+ unsigned int has_hctl : 1,
+ hctl_error : 1 ;
};
#define UL_SYSFSCXT_EMPTY { 0, -1, NULL, NULL, 0, 0, 0, 0, 0 }