summaryrefslogtreecommitdiff
path: root/src/cli/progress.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/progress.h')
-rw-r--r--src/cli/progress.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cli/progress.h b/src/cli/progress.h
index fab2e97a2..7a445ec29 100644
--- a/src/cli/progress.h
+++ b/src/cli/progress.h
@@ -40,6 +40,10 @@ typedef struct {
git_str sideband;
git_str onscreen;
git_str deferred;
+
+ /* Last update about throughput */
+ double throughput_update;
+ double throughput_bytes;
} cli_progress;
#define CLI_PROGRESS_INIT { 0 }