summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_protocol.h
Commit message (Expand)AuthorAgeFilesLines
* ctdb-daemon: Add implementation of tunnel controlsAmitay Isaacs2017-10-101-0/+8
* ctdb-daemon: Do not allow mixed ctdb versions in a clusterAmitay Isaacs2017-05-241-0/+2
* ctdb-protocol: Move CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE to protocol.hMartin Schwenke2016-12-191-2/+0
* ctdb-protocol: Remove data structures for obsolete server_id controlsAmitay Isaacs2016-04-231-5/+0
* ctdb-include: Use new protocol definitionsAmitay Isaacs2015-11-041-717/+2
* ctdb-include: Remove unused definitionsAmitay Isaacs2015-11-041-6/+0
* ctdb-daemon: Rename struct ctdb_control_get_ifaces to ctdb_iface_list_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_control_public_ip_info to ctdb_public_ip_info...Amitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_control_iface_info to ctdb_ifaceAmitay Isaacs2015-11-041-3/+3
* ctdb-daemon: Rename struct ctdb_control_transdb to ctdb_transdbAmitay Isaacs2015-11-041-2/+2
* ctdb-daemon: Rename struct ctdb_control_set_tunable to ctdb_tunable_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_control_pulldb to ctdb_pulldbAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_control_gratious_arp to ctdb_addr_info_oldAmitay Isaacs2015-11-041-12/+1
* ctdb-daemon: Rename struct ctdb_control_ip_iface to ctdb_addr_info_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_tunable to ctdb_tunable_listAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_control_tcp_tickle_list to ctdb_tickle_list_oldAmitay Isaacs2015-11-041-8/+3
* ctdb-daemon: Rename struct srvid_request_data to ctdb_disable_messageAmitay Isaacs2015-11-041-2/+2
* ctdb-daemon: Rename struct srvid_request to ctdb_srvid_messageAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_ban_time to ctdb_ban_stateAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_tcp_connection to ctdb_connectionAmitay Isaacs2015-11-041-10/+1
* ctdb-daemon: Rename struct ctdb_control_tcp_addr to ctdb_connectionAmitay Isaacs2015-11-041-2/+2
* ctdb-daemon: Rename struct ctdb_server_id_list to ctdb_client_id_list_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_server_id to ctdb_client_idAmitay Isaacs2015-11-041-2/+2
* ctdb-daemon: Rename enum ctdb_server_id_type to ctdb_client_id_typeAmitay Isaacs2015-11-041-2/+2
* ctdb-daemon: Rename struct ctdb_dbid_map to ctdb_dbid_map_oldAmitay Isaacs2015-11-041-6/+9
* ctdb-daemon: Remove struct ctdb_client_notify_deregisterAmitay Isaacs2015-11-041-4/+0
* ctdb-daemon: Rename struct ctdb_client_notify_register to ctdb_notify_data_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-include: Remove unused structure definitionsAmitay Isaacs2015-11-041-11/+0
* ctdb-daemon: Rename struct ctdb_db_statistics to ctdb_db_statistics_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_statistics_wire to ctdb_statistics_list_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_rec_data to ctdb_rec_data_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct latency_counter to ctdb_latency_counterAmitay Isaacs2015-11-041-8/+8
* ctdb-daemon: Rename struct ctdb_all_public_ips to ctdb_public_ip_list_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_node_map to ctdb_node_map_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-include: Remove unnecessary typedefsAmitay Isaacs2015-11-041-4/+2
* ctdb-daemon: Rename struct ctdb_req_keepalive to ctdb_req_keepalive_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_reply_control to ctdb_reply_control_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_req_control to ctdb_req_control_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_req_message to ctdb_req_message_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_reply_dmaster to ctdb_reply_dmaster_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_req_dmaster to ctdb_req_dmaster_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_reply_error to ctdb_reply_error_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_reply_call to ctdb_reply_call_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_req_call to ctdb_req_call_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename enum ctdb_eventscript_call to ctdb_eventAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_scripts_wire to ctdb_script_list_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_script_wire to ctdb_scriptAmitay Isaacs2015-11-041-2/+2
* ctdb-include: Move protocol structures from ctdb_private.h to ctdb_protocol.hAmitay Isaacs2015-10-301-0/+218
* ctdb-include: Move protocol structures from ctdb_client.h to ctdb_protocol.hAmitay Isaacs2015-10-301-0/+65
* ctdb-build: Define CTDB_SOCKET at configure timeAmitay Isaacs2015-10-271-7/+0