diff options
author | Tim Potter <tpot@samba.org> | 2001-08-28 06:03:38 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-08-28 06:03:38 +0000 |
commit | 38483139bf0385aa7490fbd3c2cc9c2e9a26480b (patch) | |
tree | 19c6faf8161a3c9ef54de069b789015c51c6b5cd /source3/include | |
parent | 5021be2f24c3a1414d834a16f89a3a671aee444c (diff) | |
download | samba-38483139bf0385aa7490fbd3c2cc9c2e9a26480b.tar.gz samba-38483139bf0385aa7490fbd3c2cc9c2e9a26480b.tar.xz samba-38483139bf0385aa7490fbd3c2cc9c2e9a26480b.zip |
Added sam sync and sam replication smbd message constants.
(This used to be commit 406cafc0efebc9f331e810d651888b551725af1a)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/messages.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/messages.h b/source3/include/messages.h index fd7b2106033..cc10f3b90bb 100644 --- a/source3/include/messages.h +++ b/source3/include/messages.h @@ -41,5 +41,7 @@ /* smbd messages */ #define MSG_SMB_CONF_UPDATED 3001 #define MSG_SMB_FORCE_TDIS 3002 +#define MSG_SMB_SAM_SYNC 3003 +#define MSG_SMB_SAM_REPL 3004 #endif |