Network streaming support
[lttng-tools.git] / src / common / kernel-ctl / kernel-ctl.h
index f9b81c334a647f205096ba56ed3d38bd91d7c36a..18712d96e223d4927abc63effd5a5f8d108f2431 100644 (file)
@@ -65,5 +65,7 @@ int kernctl_get_subbuf(int fd, unsigned long *pos);
 int kernctl_put_subbuf(int fd);
 
 int kernctl_buffer_flush(int fd);
 int kernctl_put_subbuf(int fd);
 
 int kernctl_buffer_flush(int fd);
+int kernctl_set_stream_id(int fd, unsigned long *stream_id);
+int kernctl_get_net_stream_id_offset(int fd, unsigned long *offset);
 
 #endif /* _LTTNG_KERNEL_CTL_H */
 
 #endif /* _LTTNG_KERNEL_CTL_H */
This page took 0.022793 seconds and 4 git commands to generate.