diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-02-13 16:48:52 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-02-13 16:48:52 +0100 |
commit | edccc982e515e63a080a75fb49fd08b946f62cc6 (patch) | |
tree | 24b7d9984847a97ed1ce04ec042c2f44652ba2ce /include | |
parent | aa617ac09703f31e9f80836f8d8f9349b52578ee (diff) | |
download | busybox-w32-edccc982e515e63a080a75fb49fd08b946f62cc6.tar.gz busybox-w32-edccc982e515e63a080a75fb49fd08b946f62cc6.tar.bz2 busybox-w32-edccc982e515e63a080a75fb49fd08b946f62cc6.zip |
progress meter: add disabled code for a more stable ETA
Compiles to ~25 bytes if enabled.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 2c34859a2..c02621d94 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1949,6 +1949,7 @@ typedef struct bb_progress_t { | |||
1949 | unsigned last_update_sec; | 1949 | unsigned last_update_sec; |
1950 | unsigned last_change_sec; | 1950 | unsigned last_change_sec; |
1951 | unsigned start_sec; | 1951 | unsigned start_sec; |
1952 | /*unsigned last_eta;*/ | ||
1952 | const char *curfile; | 1953 | const char *curfile; |
1953 | } bb_progress_t; | 1954 | } bb_progress_t; |
1954 | 1955 | ||