[bb] added status report on status bar

* also changed title to add "(Beta)"
This commit is contained in:
Pete Batard 2011-12-07 00:28:27 +00:00
parent 192c3d6cc8
commit f93a85ab83
4 changed files with 23 additions and 14 deletions

View file

@ -43,12 +43,13 @@ typedef struct ext2_struct_u32_iterate *ext2_u32_iterate;
#define EXT2_SYS_PAGE_SIZE 4096
#define EXT2_TIMER_ID 0x1000
enum test_type {
enum test_types {
BADBLOCKS_RO, /* Read-only */
BADBLOCKS_RW, /* DESTRUCTIVE read-write */
BADBLOCKS_ND /* non-destructive read-write */
};
enum error_types { READ_ERROR, WRITE_ERROR, CORRUPTION_ERROR };
enum op_type { OP_READ, OP_WRITE };
/*
* Badblocks report