X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=scsiprint.h;h=fc332f60cc159bef49286629dea9aee2fd73273e;hb=f55b7a7b37eda529795f2a8207ef78a8168f7721;hp=638674f81044e47938131f5be57b4399c727fe02;hpb=cfbba5b97ad1775c2fced09beff4fef733b71599;p=mirror_smartmontools-debian.git diff --git a/scsiprint.h b/scsiprint.h index 638674f..fc332f6 100644 --- a/scsiprint.h +++ b/scsiprint.h @@ -29,7 +29,7 @@ #ifndef SCSI_PRINT_H_ #define SCSI_PRINT_H_ -#define SCSIPRINT_H_CVSID "$Id: scsiprint.h 3196 2010-10-28 21:31:49Z chrfranke $\n" +#define SCSIPRINT_H_CVSID "$Id: scsiprint.h 3413 2011-09-06 21:23:00Z dpgilbert $\n" // Options for scsiPrintMain struct scsi_print_options @@ -40,6 +40,7 @@ struct scsi_print_options bool smart_error_log; bool smart_selftest_log; bool smart_background_log; + bool smart_ss_media_log; bool smart_disable, smart_enable; bool smart_auto_save_disable, smart_auto_save_enable; @@ -58,6 +59,7 @@ struct scsi_print_options smart_error_log(false), smart_selftest_log(false), smart_background_log(false), + smart_ss_media_log(false), smart_disable(false), smart_enable(false), smart_auto_save_disable(false), smart_auto_save_enable(false), smart_default_selftest(false),