ctdb-tcp: Rename fd -> out_fd
[garming/samba-autobuild/.git] / ctdb / tcp / ctdb_tcp.h
index 0a998c94da422ee01d3b881fc8b03e061d8bbdd2..acd343fb8f36e14b29eed7aa5dd0c5a7cabdd867 100644 (file)
@@ -39,7 +39,7 @@ struct ctdb_incoming {
   state associated with one tcp node
 */
 struct ctdb_tcp_node {
-       int fd;
+       int out_fd;
        struct ctdb_queue *out_queue;
        struct tevent_fd *connect_fde;
        struct tevent_timer *connect_te;