ctdb-protocol: Save 50 bytes .text segment
authorVolker Lendecke <vl@samba.org>
Wed, 29 Dec 2021 13:46:14 +0000 (14:46 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 13 Jan 2022 16:13:38 +0000 (16:13 +0000)
commit820b0a63ccaceb4d66b18e3bcd585400a0b99ed2
tree9ae0bed69bf36e7426ebe536589e473c2a6a9562
parentbaaedd69b3e02cdef06353bd5a21a5c5e6079604
ctdb-protocol: Save 50 bytes .text segment

Having this as a small static .text is simpler than having to create
this on the stack.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/protocol/protocol_util.c