summaryrefslogtreecommitdiff
path: root/ctdb/protocol/protocol_event.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-protocol: Drop struct ctdb_event_headerAmitay Isaacs2017-09-011-53/+0
* ctdb-protocol: Replace ctdb_event_header with sock_packet_headerAmitay Isaacs2017-09-011-13/+17
* ctdb-protocol: Fix marshalling of ctdb_event_replyAmitay Isaacs2017-08-301-0/+10
* ctdb-protocol: Fix marshalling for ctdb_event_requestAmitay Isaacs2017-08-301-0/+10
* ctdb-protocol: Fix marshalling for ctdb_event_headerAmitay Isaacs2017-08-301-10/+17
* ctdb-protocol: Fix marshalling for ctdb_event_reply_dataAmitay Isaacs2017-08-301-6/+15
* ctdb-protocol: Fix marshalling for ctdb_event_reply_script_listAmitay Isaacs2017-08-301-4/+8
* ctdb-protocol: Fix marshaling for ctdb_event_reply_statusAmitay Isaacs2017-08-301-4/+10
* ctdb-protocol: Fix marshalling for ctdb_event_request_dataAmitay Isaacs2017-08-301-6/+15
* ctdb-protocol: Fix marshalling for ctdb_event_request_script_disableAmitay Isaacs2017-08-301-4/+9
* ctdb-protocol: Fix marshalling for ctdb_event_request_script_enableAmitay Isaacs2017-08-301-4/+9
* ctdb-protocol: Fix marshalling for ctdb_event_request_statusAmitay Isaacs2017-08-301-4/+12
* ctdb-protocol: Fix marshalling for ctdb_event_request_runAmitay Isaacs2017-08-301-4/+11
* ctdb-protocol: Fix marshalling for ctdb_event_status_stateAmitay Isaacs2017-08-301-4/+8
* ctdb-protocol: Fix marshalling for ctdb_event_commandAmitay Isaacs2017-08-301-12/+19
* ctdb-protocol: Fix marshalling for ctdb_eventAmitay Isaacs2017-08-301-12/+16
* ctdb-protocol: Fix marshalling for ctdb_script_listAmitay Isaacs2017-08-301-4/+8
* ctdb-protocol: Fix marshalling for a string with lengthAmitay Isaacs2017-08-301-9/+15
* ctdb-protocol: Fix marshalling for uint32_tAmitay Isaacs2017-08-301-27/+44
* ctdb-protocol: Fix marshalling for int32_tAmitay Isaacs2017-08-301-15/+14
* ctdb-protocol: Add marshalling for eventd protocolAmitay Isaacs2016-12-181-0/+848