ctdb_private.h: add record flag CTDB_REC_FLAG_AUTOMATIC
authorMichael Adam <obnox@samba.org>
Thu, 3 Feb 2011 15:27:42 +0000 (16:27 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 14 Mar 2011 12:35:51 +0000 (13:35 +0100)
commit827e871ec42da6f00cfd9b99ff1aabc8a81eef17
tree1cc996fa814c204ec82dfc709c825d58dddd74cd
parent6506314c4af7ca2bcc0fe08017376159f1a77b6d
ctdb_private.h: add record flag CTDB_REC_FLAG_AUTOMATIC

This is a flag that shall signa that a record has been automatically generated by ctdb
and not by an explicit client store operation. This will be used in the ctdb_ltdb_fetch
operation which stores an empty record with default initial header before trying to
migrate the record from the dmaster when the record does not exist in the local tdb.

(This used to be ctdb commit 46381a3cb58ccc11422af8f7798c80ea8d72294f)
ctdb/include/ctdb_protocol.h