call: transfer the record flags in the ctdb call packets.
authorMichael Adam <obnox@samba.org>
Fri, 10 Dec 2010 13:02:33 +0000 (14:02 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 14 Mar 2011 12:35:44 +0000 (13:35 +0100)
commit945187d64cfc7bd30a0c3b0d548cbe582d95dde3
tree7917d3a9b64146319a7e6525778eba550b8966a4
parentfb5d832104970320359b3e474eb291ca3d629380
call: transfer the record flags in the ctdb call packets.

This way, the MIGRATED_WITH_DATA information can be transported
along with the records. This is important for vacuuming to function
properly.

The record flags are appended to the data section of the ctdb_req_dmaster
and ctdb_reply_dmaster structs.

Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
server/ctdb_call.c