From a86c536227a693c40a2daf9c1b95844b503ccd08 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 31 Oct 2011 12:37:09 +0100 Subject: s3: Remove some leftovers of old ctdb tdb2 code --- source3/librpc/idl/messaging.idl | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'source3/librpc') diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl index 53aabfad21..96ca78497c 100644 --- a/source3/librpc/idl/messaging.idl +++ b/source3/librpc/idl/messaging.idl @@ -101,7 +101,7 @@ interface messaging MSG_DUMP_EVENT_LIST = 0x0500, /* dbwrap messages 4001-4999 (0x0FA0 - 0x1387) */ - MSG_DBWRAP_TDB2_CHANGES = 4001, + /* MSG_DBWRAP_TDB2_CHANGES = 4001, */ MSG_DBWRAP_G_LOCK_RETRY = 4002 } messaging_type; @@ -119,19 +119,4 @@ interface messaging uint32 num_messages; messaging_rec messages[num_messages]; } messaging_array; - - /* - * struct used for change notify messages - * in the dbwrap_tdb2 code - */ - typedef [public] struct { - [charset(DOS),value("TDB2")] uint8 magic_string[4]; - [value(1)] uint32 magic_version; - [charset(UTF8),string] uint8 name[]; - uint32 old_seqnum; - uint32 new_seqnum; - uint32 num_changes; - uint32 num_keys; - DATA_BLOB keys[num_keys]; - } dbwrap_tdb2_changes; } -- cgit