From 805ab0ef15faf339c4336eb95e09e1bea4b85d5a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 6 Jan 2010 16:45:34 +1100 Subject: s4-messaging: added a new msg type MSG_DREPL_ALLOCATE_RID This will be used to ask the drepl task for a new RID pool Pair-Programmed-With: Andrew Bartlett --- source4/lib/messaging/messaging.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/messaging') diff --git a/source4/lib/messaging/messaging.h b/source4/lib/messaging/messaging.h index 4ec69c8f34..08953856a0 100644 --- a/source4/lib/messaging/messaging.h +++ b/source4/lib/messaging/messaging.h @@ -32,6 +32,7 @@ struct messaging_context; #define MSG_IRPC 6 #define MSG_PVFS_NOTIFY 7 #define MSG_NTVFS_OPLOCK_BREAK 8 +#define MSG_DREPL_ALLOCATE_RID 9 /* temporary messaging endpoints are allocated above this line */ #define MSG_TMP_BASE 1000 -- cgit