diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-05-29 14:49:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:22:53 -0500 |
commit | 3f5742e20b30010ef88e19b6ee41c6b071258aee (patch) | |
tree | 06ca13e711f78bbe7a39d592ff21662cafc90476 /source3/include | |
parent | d3ed91d9e1f3ba9f3d5093b3607dd563b37c27ed (diff) | |
download | samba-3f5742e20b30010ef88e19b6ee41c6b071258aee.tar.gz samba-3f5742e20b30010ef88e19b6ee41c6b071258aee.tar.bz2 samba-3f5742e20b30010ef88e19b6ee41c6b071258aee.zip |
r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzr
branch, please check if it fulfils your needs.
Two changes: The validation is not done inside the brlock.c traverse_fn,
it's done as a separate routine.
Secondly, this patch does not call the checker routines in smbcontrol
directly but depends on a running smbd.
(This used to be commit 7e39d77c1f90d9025cab08918385d140e20ca25b)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/messages.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/messages.h b/source3/include/messages.h index cde104e897..5ba2f45bd2 100644 --- a/source3/include/messages.h +++ b/source3/include/messages.h @@ -83,6 +83,11 @@ * Samba4 compatibility */ #define MSG_PVFS_NOTIFY 0x0310 +/* + * cluster reconfigure events + */ +#define MSG_SMB_BRL_VALIDATE 0x0311 +#define MSG_SMB_RELEASE_IP 0x0312 /* winbind messages */ #define MSG_WINBIND_FINISHED 0x0401 |