Remove useless arg from kernel consumer send stream
authorDavid Goulet <dgoulet@efficios.com>
Tue, 19 Jun 2012 19:13:16 +0000 (15:13 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 19 Jun 2012 19:13:16 +0000 (15:13 -0400)
commit97b6ffd01e16cbb0871722ee605bf02794031859
tree8161e72960b5ec43adc04ce9664c96d736833df0
parentd386b2341d96bbeeb1f89071614506c0ddbb9bcc
Remove useless arg from kernel consumer send stream

The consumer_data structure was not used when sending kernel channel
streams to the consumer. Now the function uses the consumer_data
structure to get the consumer socket and the sock argument was removed.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/kernel-consumer.c
src/bin/lttng-sessiond/kernel-consumer.h
src/bin/lttng-sessiond/main.c
This page took 0.02613 seconds and 4 git commands to generate.