ctdb-protocol: Replace ctdb_event_header with sock_packet_header
authorAmitay Isaacs <amitay@gmail.com>
Mon, 10 Jul 2017 08:35:12 +0000 (18:35 +1000)
committerMartin Schwenke <martins@samba.org>
Fri, 1 Sep 2017 06:52:07 +0000 (08:52 +0200)
commit164d65ace283188d00224dd1e001b8776d393fd8
tree3dacce08f4b6f02145b81638b6aa8ea564566f08
parent1787a4b63292aee0e9df4e4031188ac239d804d8
ctdb-protocol: Replace ctdb_event_header with sock_packet_header

This removes the static declaration and adds prototype declarations
of ctdb_event_header marshalling functions to avoid compiler warnings.
These functions will be removed.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/client/client_event.c
ctdb/protocol/protocol.h
ctdb/protocol/protocol_event.c
ctdb/server/ctdb_eventd.c
ctdb/server/eventscript.c
ctdb/tests/src/protocol_common_event.c
ctdb/tests/src/protocol_event_test.c