Rename consumer socket fd to fd_ptr
authorDavid Goulet <dgoulet@efficios.com>
Mon, 26 Aug 2013 19:18:44 +0000 (15:18 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 26 Aug 2013 19:40:13 +0000 (15:40 -0400)
commit9363801e2d2069022a05e67066d8f527538946d0
tree04999e67a4915d0c909621efae78df0577f18935
parentfdadac0853f699c7dc829162955cc8f459b6d2f2
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 <mathieu.desnoyers@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/cmd.c
src/bin/lttng-sessiond/consumer.c
src/bin/lttng-sessiond/consumer.h
src/bin/lttng-sessiond/kernel-consumer.c
src/bin/lttng-sessiond/kernel.c
src/bin/lttng-sessiond/main.c
src/bin/lttng-sessiond/ust-consumer.c
This page took 0.025295 seconds and 4 git commands to generate.