Diff for /embedaddon/smartmontools/ataprint.h between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2013/07/22 01:17:35 version 1.1.1.4, 2013/10/14 07:54:03
Line 106  struct ata_print_options Line 106  struct ata_print_options
   bool set_security_freeze; // Freeze ATA security    bool set_security_freeze; // Freeze ATA security
   bool get_wcache; // print write cache status    bool get_wcache; // print write cache status
   int set_wcache; // disable(-1), enable(1) write cache    int set_wcache; // disable(-1), enable(1) write cache
     bool sct_wcache_reorder_get; // print write cache reordering status
     int sct_wcache_reorder_set; // disable(-1), enable(1) write cache reordering
   
   ata_print_options()    ata_print_options()
     : drive_info(false),      : drive_info(false),
Line 142  struct ata_print_options Line 144  struct ata_print_options
       get_lookahead(false), set_lookahead(0),        get_lookahead(false), set_lookahead(0),
       set_standby(0), set_standby_now(false),        set_standby(0), set_standby_now(false),
       get_security(false), set_security_freeze(false),        get_security(false), set_security_freeze(false),
      get_wcache(false), set_wcache(0)      get_wcache(false), set_wcache(0),
       sct_wcache_reorder_get(false), sct_wcache_reorder_set(0)
     { }      { }
 };  };
   

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>