summaryrefslogtreecommitdiffstats
path: root/ctdb/include
diff options
context:
space:
mode:
authorRonnie Sahlberg <sahlberg@ronnie>2007-07-12 08:52:24 +1000
committerRonnie Sahlberg <sahlberg@ronnie>2007-07-12 08:52:24 +1000
commit823b7d4a5fc70ecbd0a9f1903eef2febeadaf202 (patch)
treebeba15e7204873a139f332e9a91bcbe6a9a2e3c7 /ctdb/include
parent4b6d9485abba940be1cd36dae7b42953041c8d6d (diff)
downloadsamba-823b7d4a5fc70ecbd0a9f1903eef2febeadaf202.tar.gz
samba-823b7d4a5fc70ecbd0a9f1903eef2febeadaf202.tar.xz
samba-823b7d4a5fc70ecbd0a9f1903eef2febeadaf202.zip
rename killtcp->fd to killtcp->capture_fd
we might want to have two sockets attached to the killtcp structure one for capturing and a second one for sending so we dont have to create a new socket for each tickle we want to send (This used to be ctdb commit b3e82ec38047bbec1edfd88ade264077d4cbd2ee)
Diffstat (limited to 'ctdb/include')
-rw-r--r--ctdb/include/ctdb_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index a95f8aa910..ce457b655b 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -1060,7 +1060,7 @@ struct ctdb_killtcp_connection {
*/
struct ctdb_kill_tcp {
struct ctdb_context *ctdb;
- int fd;
+ int capture_fd;
struct fd_event *fde;
struct ctdb_killtcp_connection *connections;
};