1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Added sam sync and sam replication smbd message constants.

(This used to be commit 406cafc0ef)
This commit is contained in:
Tim Potter 2001-08-28 06:03:38 +00:00
parent 5021be2f24
commit 38483139bf

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