From: David Goulet Date: Mon, 26 Aug 2013 19:18:44 +0000 (-0400) Subject: Rename consumer socket fd to fd_ptr X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=9363801e2d2069022a05e67066d8f527538946d0;hp=9363801e2d2069022a05e67066d8f527538946d0;p=lttng-tools.git Rename consumer socket fd to fd_ptr By renaming this value, first the name as a better semantic and second we are able to find every callsite that uses this variable thus making sure we don't forget any assert or check made on it. Acked-by: Mathieu Desnoyers Signed-off-by: David Goulet ---