summaryrefslogtreecommitdiffstats
path: root/ctdb/include
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2008-08-27 10:24:35 +1000
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2008-08-27 10:24:35 +1000
commita35fa0aa8f72ce5ef473d2d1244b13e5eae88670 (patch)
treedf50b99f01dbdb8a004bce5c0e4cfa8e232b888b /ctdb/include
parent18b10d400dc9a18ed9a04c8d81fa5030a2bbdb54 (diff)
rename ctdb_tcp_client back to the original name ctdb_control_tcp
(This used to be ctdb commit 4d1c0418cfe6170bc081684dbe45908a5d285f0b)
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 8834ec4d52..a25674c9b4 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -565,7 +565,7 @@ struct ctdb_control_set_call {
struct for tcp_client control
used by samba can not modify
*/
-struct ctdb_tcp_client {
+struct ctdb_control_tcp {
struct sockaddr_in src; // samba uses this
struct sockaddr_in dest;// samba uses this
};