Flush stdout so our file gets written immediately
This commit is contained in:
parent
165623fa20
commit
4a0e7834b3
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ int dump_event(struct timespec* start, int fd, char* type) {
|
||||||
type,
|
type,
|
||||||
content_buffer);
|
content_buffer);
|
||||||
|
|
||||||
|
fflush(stdout);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue