summaryrefslogtreecommitdiff
path: root/trace2/tr2_dst.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace2/tr2_dst.h')
-rw-r--r--trace2/tr2_dst.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/trace2/tr2_dst.h b/trace2/tr2_dst.h
index 3adf3ba..b1a8c14 100644
--- a/trace2/tr2_dst.h
+++ b/trace2/tr2_dst.h
@@ -9,6 +9,7 @@ struct tr2_dst {
int fd;
unsigned int initialized : 1;
unsigned int need_close : 1;
+ unsigned int too_many_files : 1;
};
/*