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>
Wed, 9 Mar 2011 23:01:08 +0000 (00:01 +0100)
commit16955e32e7119e529c038e74e6a50e60bf68f030
treec8145161d939f89758d53dcf071a9f89ac28b69b
parent76e88354b2e39a376bef5f79cfbd4733a83ce40e
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