aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-02-13 16:48:52 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2018-02-13 16:48:52 +0100
commitedccc982e515e63a080a75fb49fd08b946f62cc6 (patch)
tree24b7d9984847a97ed1ce04ec042c2f44652ba2ce /include
parentaa617ac09703f31e9f80836f8d8f9349b52578ee (diff)
downloadbusybox-edccc982e515e63a080a75fb49fd08b946f62cc6.tar.gz
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.h1
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 {
unsigned last_update_sec;
unsigned last_change_sec;
unsigned start_sec;
+ /*unsigned last_eta;*/
const char *curfile;
} bb_progress_t;