Fix ust consumer channel memory non-zeroed allocation
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Nov 2011 16:09:39 +0000 (11:09 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Nov 2011 16:09:39 +0000 (11:09 -0500)
commit276b26d1bad8b6ede22c70f786f52e467e658bf6
tree4b0b912afad05891c0a70e7f11fc06c1cb79a043
parent8ec2d32a968ba72982a6f4a3a46813fad5c2f2dc
Fix ust consumer channel memory non-zeroed allocation

The cpu count was expecting memory to be zeroed on allocation. Caused
stream open errors and zero-sized metadata files (and unability to open
channel files).

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-consumer/lttng-consumer.c
liblttng-ustconsumer/lttng-ustconsumer.c
This page took 0.025265 seconds and 4 git commands to generate.