File open retries.

This commit is contained in:
Ian Gulliver
2016-03-02 18:49:25 -08:00
parent 58177c93a6
commit e124977713
3 changed files with 45 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
struct flow;
void file_cleanup(void);
void file_fd_new(int, struct flow *, void *);
void file_read_new(char *, struct flow *, void *);
void file_write_new(char *, struct flow *, void *);