summaryrefslogtreecommitdiff
path: root/src/progressbar.h
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-09-12 10:44:28 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-09-12 10:44:28 +0200
commit428ae0e4a972be86b9eca74fcdc5f406cc163a61 (patch)
treea1595853bb0e2cfec50b468ee6678f8aa8f58893 /src/progressbar.h
parente74854a37c809fb4b0327289feebfbd5fa937588 (diff)
downloadcssh-428ae0e4a972be86b9eca74fcdc5f406cc163a61.tar.gz
cssh-428ae0e4a972be86b9eca74fcdc5f406cc163a61.tar.bz2
some progress bar fixes
Diffstat (limited to 'src/progressbar.h')
-rw-r--r--src/progressbar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/progressbar.h b/src/progressbar.h
index eb47516..53d8524 100644
--- a/src/progressbar.h
+++ b/src/progressbar.h
@@ -21,6 +21,7 @@ typedef struct cssh_progressbar_t {
unsigned int total_steps;
unsigned int current_step;
struct cssh_progressbar_pool_t *pool;
+ char *buf;
} cssh_progressbar_t;
typedef struct cssh_progressbar_pool_t {