Actions
Bug #258
closedIn struct lttng_event, enabled gets set to a negative value
Start date:
06/07/2012
Due date:
% Done:
100%
Estimated time:
Description
lttng_list_tracepoints sets the content of a struct lttng_event** and doing so,since it does not apply, sets enabled=-1 in the structures.
uint32_t enabled should then be changed to a int32_t type.
Updated by Yannick Brosseau over 12 years ago
- Project changed from LTTng to LTTng-tools
Updated by David Goulet over 12 years ago
- Status changed from New to Confirmed
- Assignee set to David Goulet
- Target version set to 2.0.x stable
To merge
Updated by David Goulet over 12 years ago
- Status changed from Confirmed to Resolved
- % Done changed from 0 to 100
Applied in changeset bab308e25fe3c86e385e22618cb64e68e6cf0dea.
Actions