diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-01-06 16:45:34 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-01-08 13:03:01 +1100 |
commit | 805ab0ef15faf339c4336eb95e09e1bea4b85d5a (patch) | |
tree | 24acf4bca26afcf335d0ba20a6ffb8df6dd8f31a /source4 | |
parent | 19e515aac7a6e5ce85cfd6905a1cc773277047a9 (diff) | |
download | samba-805ab0ef15faf339c4336eb95e09e1bea4b85d5a.tar.gz samba-805ab0ef15faf339c4336eb95e09e1bea4b85d5a.tar.bz2 samba-805ab0ef15faf339c4336eb95e09e1bea4b85d5a.zip |
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 <abartlet@samba.org>
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/messaging/messaging.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |