Added sam sync and sam replication smbd message constants.
authorTim Potter <tpot@samba.org>
Tue, 28 Aug 2001 06:03:38 +0000 (06:03 +0000)
committerTim Potter <tpot@samba.org>
Tue, 28 Aug 2001 06:03:38 +0000 (06:03 +0000)
(This used to be commit 406cafc0efebc9f331e810d651888b551725af1a)

source3/include/messages.h

index fd7b2106033670f42d3564b81b0fe89a9894462b..cc10f3b90bb50ac0ef4cda52ff76a84e1844e673 100644 (file)
@@ -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