libringbuffer: implement event too big API
[deliverable/lttng-modules.git] / lib / ringbuffer / frontend_types.h
index 46bf8d27efda7741fc407e79c0553bdff6ab9702..ef63cb5005ab61604bf5da32c69171a6a120890a 100644 (file)
@@ -161,6 +161,8 @@ void *channel_get_private(struct channel *chan)
        return chan->backend.priv;
 }
 
+void lib_ring_buffer_lost_event_too_big(struct channel *chan);
+
 /*
  * Issue warnings and disable channels upon internal error.
  * Can receive struct lib_ring_buffer or struct lib_ring_buffer_backend
This page took 0.023203 seconds and 5 git commands to generate.