Actions
Bug #874
closedDuplicate function declaration in ctf-ir/stream.h
Start date:
01/16/2015
Due date:
% Done:
100%
Estimated time:
Description
In file include/babeltrace/ctf-ir/stream.h there are two declarations of 'bt_ctf_stream_set_event_context', one at line 171 and one at line 196.
Seems like the one at 171 should be 'bt_ctf_stream_set_event_header' instead?
Updated by Jérémie Galarneau almost 10 years ago
- Status changed from New to In Progress
- Assignee set to Jérémie Galarneau
Right, thanks!
Updated by Jérémie Galarneau almost 10 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset babeltrace|commit:a847c172f75ef6fe905c889866aedfbf75230769.
Actions