summaryrefslogtreecommitdiff
path: root/ctdb/protocol/protocol_basic.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-protocol: Separate protocol-basic subsystemAmitay Isaacs2018-07-051-3/+1
* ctdb-protocol: Add padding data type to handle structure paddingAmitay Isaacs2017-08-301-0/+33
* ctdb-protocol: Add marshalling for struct timevalAmitay Isaacs2017-08-301-0/+23
* ctdb-protocol: Fix marshalling for pid_tAmitay Isaacs2017-08-301-6/+7
* ctdb-protocol: Fix marshalling for a string with lengthAmitay Isaacs2017-08-301-33/+29
* ctdb-protocol: Fix marshalling for a stringAmitay Isaacs2017-08-301-12/+24
* ctdb-protocol: Add marshalling for fixed size char arrayAmitay Isaacs2017-08-301-0/+24
* ctdb-protocol: Add marshalling for boolAmitay Isaacs2017-08-301-0/+39
* ctdb-protocol: Fix marshalling for doubleAmitay Isaacs2017-08-301-6/+7
* ctdb-protocol: Fix marshalling for uint64_tAmitay Isaacs2017-08-301-6/+7
* ctdb-protocol: Fix marshalling for uint32_tAmitay Isaacs2017-08-301-6/+7
* ctdb-protocol: Fix marshalling for int32_tAmitay Isaacs2017-08-301-6/+7
* ctdb-protocol: Add marshalling for uint16_tAmitay Isaacs2017-08-301-0/+22
* ctdb-protocol: Add marshalling for uint8_tAmitay Isaacs2017-08-301-0/+22
* ctdb-protocol: Separate marshalling for basic data typesAmitay Isaacs2017-08-301-0/+226