From: Francis Deslauriers Date: Tue, 26 Nov 2019 16:16:30 +0000 (-0500) Subject: Fix: lttng-ust-comm.c: return number of fd rather size of array X-Git-Tag: v2.11.1~5 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=9376394f08232d19fff187d1202233d265401f04;hp=9376394f08232d19fff187d1202233d265401f04;p=lttng-ust.git 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 Signed-off-by: Mathieu Desnoyers Change-Id: I74084b461d396c3e623fa55100e6dd7e59dbea83 ---