Actions
Bug #652
closedSmall error in backend_internal.h comments
Start date:
10/21/2013
Due date:
% Done:
100%
Estimated time:
Description
In lttng-modules/lib/ringbuffer/backend_internal.h
(line 243) and lttng-ust/libringbuffer/backend_internal.h
(line 241), the subbuffer_count_records_overrun
comment mentions "ring_buffer_check_deliver()
" but there is no such function.
The reference should obviously be to lib_ring_buffer_check_deliver()
instead.
Actions