1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

Added sam sync and sam replication smbd message constants.

This commit is contained in:
Tim Potter 0001-01-01 00:00:00 +00:00
parent b10ad789d6
commit 406cafc0ef

View 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