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.
Actions