send the rotate pending to the relay
[deliverable/lttng-tools.git] / src / common / relayd / relayd.h
index f94a8e227aa339618fe9268bc1a7730f59d968a8..7b2553d57a703fdc64779f397728d0f01585411f 100644 (file)
@@ -56,5 +56,7 @@ int relayd_rotate_stream(struct lttcomm_relayd_sock *sock, uint64_t stream_id,
                const char *new_pathname, uint64_t new_chunk_id, uint64_t seq_num);
 int relayd_rotate_rename(struct lttcomm_relayd_sock *sock,
                const char *current_path, const char *new_path);
+int relayd_rotate_pending(struct lttcomm_relayd_sock *sock,
+               uint64_t chunk_id);
 
 #endif /* _RELAYD_H */
This page took 0.026352 seconds and 5 git commands to generate.