summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_protocol.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-10-28 20:02:45 +1100
committerMartin Schwenke <martins@samba.org>2015-11-04 00:47:13 +0100
commite7c9e509168c3f26e83fb2083ee9bc4eb9841480 (patch)
treea11ee37b40a73f89d3d3729f50c51bea36376404 /ctdb/include/ctdb_protocol.h
parentb9b4bfa33070a9c89e5466e5d1883b89aab06e14 (diff)
downloadsamba-e7c9e509168c3f26e83fb2083ee9bc4eb9841480.tar.gz
ctdb-daemon: Rename struct ctdb_scripts_wire to ctdb_script_list_old
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 45f0f17ce5d..9ad6231cfcb 100644
--- a/ctdb/include/ctdb_protocol.h
+++ b/ctdb/include/ctdb_protocol.h
@@ -226,7 +226,7 @@ struct ctdb_script {
char output[MAX_SCRIPT_OUTPUT+1];
};
-struct ctdb_scripts_wire {
+struct ctdb_script_list_old {
uint32_t num_scripts;
struct ctdb_script scripts[1];
};