Adding upstream version 2.10.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1e65f355a3
commit
24ce361c7c
530 changed files with 12276 additions and 4877 deletions
|
@ -32,14 +32,14 @@ static char vt_default_log_file_name[256];
|
|||
struct vtview_log_header {
|
||||
char path[256];
|
||||
char test_name[256];
|
||||
long time_stamp;
|
||||
time_t time_stamp;
|
||||
struct nvme_id_ctrl raw_ctrl;
|
||||
struct nvme_firmware_slot raw_fw;
|
||||
};
|
||||
|
||||
struct vtview_smart_log_entry {
|
||||
char path[256];
|
||||
long time_stamp;
|
||||
time_t time_stamp;
|
||||
struct nvme_id_ns raw_ns;
|
||||
struct nvme_id_ctrl raw_ctrl;
|
||||
struct nvme_smart_log raw_smart;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue