messaging: add MSG_DBWRAP_TDB2_CHANGES flag
authorStefan Metzmacher <metze@samba.org>
Mon, 31 Mar 2008 10:50:23 +0000 (12:50 +0200)
committerKarolin Seeger <kseeger@samba.org>
Sun, 13 Apr 2008 11:29:50 +0000 (13:29 +0200)
metze
(cherry picked from commit 7418c3ab1d8f18403f5a43817b2cc14e15090fca)

source/include/messages.h

index 58a65d2eb8e2b565324d93a56c30d5c893b3e28d..8f0112acc500eca832a7576f3130736d33333f38 100644 (file)
 /* event messages */
 #define MSG_DUMP_EVENT_LIST            0x0500
 
+/* dbwrap messages 4001-4999 */
+#define MSG_DBWRAP_TDB2_CHANGES                4001
+
 /*
  * Special flags passed to message_send. Allocated from the top, lets see when
  * it collides with the message types in the lower 16 bits :-)