projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sched: Rename new_post_select back to post_select.
[paraslash.git]
/
stdout.c
diff --git
a/stdout.c
b/stdout.c
index
a0bbeb3
..
abf3d06
100644
(file)
--- a/
stdout.c
+++ b/
stdout.c
@@
-89,7
+89,7
@@
void stdout_set_defaults(struct stdout_task *sot)
int ret;
sot->task.pre_select = stdout_pre_select;
- sot->task.
new_
post_select = stdout_post_select;
+ sot->task.post_select = stdout_post_select;
sprintf(sot->task.status, "stdout");
ret = mark_fd_nonblocking(STDOUT_FILENO);
if (ret >= 0)