Fix: lttng-ust-comm.c: return number of fd rather size of array
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 26 Nov 2019 16:16:30 +0000 (11:16 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 13 Feb 2020 17:17:52 +0000 (12:17 -0500)
commit9376394f08232d19fff187d1202233d265401f04
treebfbab040fd0f3801a1dbbc4b38f8ba97182cab00
parent9f9d766045eb01bf9ae793e3439224bc51ba4fc4
Fix: lttng-ust-comm.c: return number of fd rather size of array

There are two conflicting comments for this function. One says it
returns the size of the received data and the other says it returns the
number of fd received.

It's more useful to receive the number of fd.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I74084b461d396c3e623fa55100e6dd7e59dbea83
liblttng-ust-comm/lttng-ust-comm.c
This page took 0.024657 seconds and 4 git commands to generate.