summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKarel Zak2011-01-25 00:24:17 +0100
committerKarel Zak2011-01-25 00:24:17 +0100
commit1f51db365f83309eb34de781fbae60b49098d3b0 (patch)
tree0f214e8a37d34de90269519bd1da33d9ff4a037e /include
parentlibmount: rename mount.sym -> libmount.sym (diff)
downloadkernel-qcow2-util-linux-1f51db365f83309eb34de781fbae60b49098d3b0.tar.gz
kernel-qcow2-util-linux-1f51db365f83309eb34de781fbae60b49098d3b0.tar.xz
kernel-qcow2-util-linux-1f51db365f83309eb34de781fbae60b49098d3b0.zip
include: [tt] enlarge output buffer
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/tt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tt.h b/include/tt.h
index b27f51ea1..400d6ba5e 100644
--- a/include/tt.h
+++ b/include/tt.h
@@ -48,6 +48,7 @@ struct tt_line {
struct tt *table;
char const **data;
void *userdata;
+ ssize_t data_sz; /* strlen of all data */
struct list_head ln_lines; /* table lines */