summaryrefslogtreecommitdiffstats
path: root/streaming/replication.h
diff options
context:
space:
mode:
Diffstat (limited to 'streaming/replication.h')
-rw-r--r--streaming/replication.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/streaming/replication.h b/streaming/replication.h
index 11fec65d2e..684efdc120 100644
--- a/streaming/replication.h
+++ b/streaming/replication.h
@@ -14,4 +14,9 @@ bool replicate_chart_request(send_command callback, void *callback_data,
time_t first_entry_child, time_t last_entry_child,
time_t response_first_start_time, time_t response_last_end_time);
+void replication_init_sender(struct sender_state *sender);
+void replication_cleanup_sender(struct sender_state *sender);
+void replication_flush_sender(struct sender_state *sender);
+void replication_add_request(struct sender_state *sender, const char *chart_id, time_t after, time_t before, bool start_streaming);
+
#endif /* REPLICATION_H */