summaryrefslogtreecommitdiff
path: root/ctdb/protocol/protocol_types.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-28ctdb-protocol: Add marshalling for struct ctdb_echo_dataVolker Lendecke1-0/+72
2020-04-28ctdb: Fix duplicate ;;Volker Lendecke1-1/+1
2019-10-24ctdb-protocol: Add marshalling for struct ctdb_db_vacuumMartin Schwenke1-0/+63
2019-07-05ctdb-protocol: Avoid signed/unsigned comparison by castingMartin Schwenke1-8/+8
2019-07-05ctdb-protocol: Fix signed/unsigned comparison by declaring as unsignedMartin Schwenke1-1/+2
2019-07-05ctdb-protocol: Do not ignore return value of ctdb_g_lock_pull()Martin Schwenke1-1/+1
2017-10-10ctdb-protocol: Add req_tunnel counts to ctdb statisticsAmitay Isaacs1-0/+22
2017-09-21ctdb-protocol: Add marshalling for struct ctdb_pid_srvidAmitay Isaacs1-0/+53
2017-09-19ctdb-protocol: Add marshalling for ctdb_connection_listMartin Schwenke1-0/+78
2017-09-05ctdb-protocol: Fix CID 1417428Amitay Isaacs1-1/+1
2017-08-30ctdb-protocol: Fix marshalling for ctdb_g_lock_listAmitay Isaacs1-27/+46
2017-08-30ctdb-protocol: Fix marshalling for ctdb_g_lockAmitay Isaacs1-14/+56
2017-08-30ctdb-protocol: Fix marshalling for ctdb_server_idAmitay Isaacs1-8/+50
2017-08-30ctdb-protocol: Fix marshalling for ctdb_disable_messageAmitay Isaacs1-14/+68
2017-08-30ctdb-protocol: Fix marshalling for ctdb_srvid_messageAmitay Isaacs1-12/+47
2017-08-30ctdb-protocol: Fix marshalling for ctdb_election_messageAmitay Isaacs1-15/+73
2017-08-30ctdb-protocol: Fix marshalling for ctdb_db_statisticsAmitay Isaacs1-61/+266
2017-08-30ctdb-protocol: Fix marshalling for ctdb_key_dataAmitay Isaacs1-38/+53
2017-08-30ctdb-protocol: Fix marshalling for ctdb_statistics_listAmitay Isaacs1-44/+65
2017-08-30ctdb-protocol: Fix marshalling for ctdb_public_ip_infoAmitay Isaacs1-56/+45
2017-08-30ctdb-protocol: Fix marshalling for ctdb_iface_listAmitay Isaacs1-41/+57
2017-08-30ctdb-protocol: Fix marshalling for ctdb_ifaceAmitay Isaacs1-15/+50
2017-08-30ctdb-protocol: Fix marshalling for ctdb_notify_dataAmitay Isaacs1-41/+35
2017-08-30ctdb-protocol: Fix marshalling for ctdb_ban_stateAmitay Isaacs1-12/+37
2017-08-30ctdb-protocol: Fix marshalling for ctdb_script_listAmitay Isaacs1-58/+60
2017-08-30ctdb-protocol: Fix marshalling for ctdb_scriptAmitay Isaacs1-21/+86
2017-08-30ctdb-protocol: Fix marshalling for ctdb_node_mapAmitay Isaacs1-51/+50
2017-08-30ctdb-protocol: Fix marshalling for ctdb_node_and_flagsAmitay Isaacs1-25/+60
2017-08-30ctdb-protocol: Fix marshalling for ctdb_public_ip_listAmitay Isaacs1-61/+46
2017-08-30ctdb-protocol: Fix marshalling for ctdb_public_ipAmitay Isaacs1-21/+45
2017-08-30ctdb-protocol: Fix marshalling for ctdb_uptimeAmitay Isaacs1-12/+60
2017-08-30ctdb-protocol: Fix marshalling for ctdb_transdbAmitay Isaacs1-12/+36
2017-08-30ctdb-protocol: Fix marshalling for ctdb_addr_infoAmitay Isaacs1-55/+44
2017-08-30ctdb-protocol: Fix marshalling for ctdb_tickle_listAmitay Isaacs1-55/+60
2017-08-30ctdb-protocol: Fix marshalling for ctdb_tunable_listAmitay Isaacs1-12/+713
2017-08-30ctdb-protocol: Fix marshalling for ctdb_var_listAmitay Isaacs1-55/+70
2017-08-30ctdb-protocol: Fix marshalling for ctdb_node_flag_changeAmitay Isaacs1-15/+52
2017-08-30ctdb-protocol: Fix marshalling for ctdb_tunableAmitay Isaacs1-38/+34
2017-08-30ctdb-protocol: Fix marshalling for ctdb_connectionAmitay Isaacs1-21/+47
2017-08-30ctdb-protocol: Fix marshalling for ctdb_sock_addrAmitay Isaacs1-13/+19
2017-08-30ctdb-protocol: Fix marshalling for ctdb_traverse_all_extAmitay Isaacs1-14/+90
2017-08-30ctdb-protocol: Fix marshalling for ctdb_traverse_start_extAmitay Isaacs1-14/+69
2017-08-30ctdb-protocol: Fix marshalling for ctdb_traverse_allAmitay Isaacs1-13/+68
2017-08-30ctdb-protocol: Fix marshalling for ctdb_traverse_startAmitay Isaacs1-14/+47
2017-08-30ctdb-protocol: Fix marshalling for ctdb_rec_bufferAmitay Isaacs1-33/+63
2017-08-30ctdb-protocol: Use ctdb_rec_buffer_traverse to calaculate length of dataAmitay Isaacs1-4/+16
2017-08-30ctdb-protocol: Fix marshalling for ctdb_rec_dataAmitay Isaacs1-68/+101
2017-08-30ctdb-protocol: Drop header argument to ctdb_rec_data_pull_data()Amitay Isaacs1-12/+7
2017-08-30ctdb-protocol: Fix marshalling for ctdb_ltdb_headerAmitay Isaacs1-11/+64
2017-08-30ctdb-protocol: Fix marshalling for ctdb_pulldb_extAmitay Isaacs1-12/+47