Skip to content
Snippets Groups Projects
Commit 3ec08b97 authored by dpgilbert's avatar dpgilbert
Browse files

Add cfgfile entry for mode sense cmd length

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1232 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent f8a9be84
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
#ifndef SMARTD_H_CVSID
#define SMARTD_H_CVSID "$Id: smartd.h,v 1.56 2003/11/14 07:41:40 ballen4705 Exp $\n"
#define SMARTD_H_CVSID "$Id: smartd.h,v 1.57 2003/11/14 11:52:33 dpgilbert Exp $\n"
#endif
// Configuration file
......@@ -179,6 +179,8 @@ typedef struct configfile_s {
unsigned char TempPageSupported; // has log sense temperature page (0xd)
unsigned char Temperature; // last recorded figure (in Celsius)
unsigned char SuppressReport; // minimize nuisance reports
unsigned char modese_len; // mode sense/select cmd len: 0 (don't
// know yet) 6 or 10
// ATA ONLY FROM HERE ON TO THE END
int ataerrorcount; // Total number of ATA errors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment