ctdb-tcp: Rename fd -> out_fd
authorMartin Schwenke <martin@meltin.net>
Fri, 9 Aug 2019 05:06:34 +0000 (15:06 +1000)
committerMartin Schwenke <martins@samba.org>
Fri, 16 Aug 2019 21:30:35 +0000 (21:30 +0000)
commitc06620169fc178ea6db2631f03edf008285d8cf2
treebbc52d3cc92b80a2d7b601af9121dd5e236bdbbf
parent3acb8e9d1c854b577d6be282257269df83055d31
ctdb-tcp: Rename fd -> out_fd

in_fd is coming soon.

Fix coding style violations in the affected and adjacent lines.
Modernise some debug macros and make them more consistent (e.g. drop
logging of errno when strerror(errno) is already logged.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14084

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/tcp/ctdb_tcp.h
ctdb/tcp/tcp_connect.c
ctdb/tcp/tcp_init.c