summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_protocol.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-10-28 18:18:33 +1100
committerMartin Schwenke <martins@samba.org>2015-11-04 00:47:15 +0100
commitd4de4527b070ab0039ffdf7d2fdd3a105c198b5d (patch)
tree8a3c3fef414f192c467a936a1ab174ec9387180a /ctdb/include/ctdb_protocol.h
parent92a6ac18ae943c09ebcde7ea2879c7347bc59512 (diff)
downloadsamba-d4de4527b070ab0039ffdf7d2fdd3a105c198b5d.tar.gz
ctdb-daemon: Rename struct ctdb_ban_time to ctdb_ban_state
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/include/ctdb_protocol.h')
-rw-r--r--ctdb/include/ctdb_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/include/ctdb_protocol.h b/ctdb/include/ctdb_protocol.h
index 82910ebaffd..316e1e5f972 100644
--- a/ctdb/include/ctdb_protocol.h
+++ b/ctdb/include/ctdb_protocol.h
@@ -813,7 +813,7 @@ struct ctdb_connection {
ctdb_sock_addr dst;
};
-struct ctdb_ban_time {
+struct ctdb_ban_state {
uint32_t pnn;
uint32_t time;
};