aboutgitcodebugslistschat
path: root/flow.h
diff options
context:
space:
mode:
Diffstat (limited to 'flow.h')
-rw-r--r--flow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/flow.h b/flow.h
index e055def..6badc15 100644
--- a/flow.h
+++ b/flow.h
@@ -274,11 +274,11 @@ void flow_defer_handler(const struct ctx *c, const struct timespec *now);
int flow_migrate_source_early(struct ctx *c, const struct migrate_stage *stage,
int fd);
int flow_migrate_source_pre(struct ctx *c, const struct migrate_stage *stage,
- int fd);
+ int fd, const struct timespec *now);
int flow_migrate_source(struct ctx *c, const struct migrate_stage *stage,
- int fd);
+ int fd, const struct timespec *now);
int flow_migrate_target(struct ctx *c, const struct migrate_stage *stage,
- int fd);
+ int fd, const struct timespec *now);
void flow_log__(const struct flow_common *f, int pri, bool perror, bool details,
enum flow_state state, const char *fmt, ...);