* ashish singh ([email protected]) wrote: > lttng-module-0.19.3 > file: ltt-tracer.c > line: 785 > The integer variable err is assigned to get_trace_clock function which > itself is define of return type void.Hence it causes an error as integer is > assigned to void function.
Please make sure your LTTng kernel patchset match your module package (refer to the compatibility list). The newer versions declare get_trace_clock as returning an integer. So for a complete bug report, I would need: your LTTng kernel patchset version, and the architecture you are building for. Thanks, Mathieu > > -- > Ashish Singh > _______________________________________________ > ltt-dev mailing list > [email protected] > http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev -- Mathieu Desnoyers Operating System Efficiency R&D Consultant EfficiOS Inc. http://www.efficios.com _______________________________________________ ltt-dev mailing list [email protected] http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
