From 12a4c89f19622a9d7941feabc1ff46ac35baa22c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 10 Dec 2010 14:24:40 +0100 Subject: [PATCH] call: add new call flag CTDB_CALL_FLAG_VACUUM_MIGRATION This is to be used when the CTDB_SRVID_VACUUM_FETCH message triggers the migration of deleted records to the lmaster. The lmaster can then delete records that have not been migrated with data instead of storing them. --- include/ctdb_protocol.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ctdb_protocol.h b/include/ctdb_protocol.h index b6b753c3..48f1b2fd 100644 --- a/include/ctdb_protocol.h +++ b/include/ctdb_protocol.h @@ -35,6 +35,7 @@ #define CTDB_IMMEDIATE_MIGRATION 0x00000001 +#define CTDB_CALL_FLAG_VACUUM_MIGRATION 0x00000002 struct ctdb_call { int call_id; TDB_DATA key; -- 2.34.1