projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
stdout.c: Add a flag to activate buffer tree API.
[paraslash.git]
/
stdout.h
diff --git
a/stdout.h
b/stdout.h
index
cca12e5
..
c3eb311
100644
(file)
--- a/
stdout.h
+++ b/
stdout.h
@@
-20,6
+20,8
@@
struct stdout_task {
struct task task;
/** Whether \p STDOUT_FILENO was included in the write fd set. */
int check_fd;
+ /** Whether to use the buffer tree API. */
+ bool use_buffer_tree;
};
void stdout_set_defaults(struct stdout_task *sot);