1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-16 00:23:52 +03:00

Added Herb's fixes to HEAD.

Jeremy.
This commit is contained in:
Jeremy Allison
-
parent dd804fdb96
commit 4862d2ab11
5 changed files with 99 additions and 9 deletions

View File

@@ -23,9 +23,12 @@
#define _MESSAGES_H_
/* general messages */
#define MSG_DEBUG 1
#define MSG_PING 2
#define MSG_PONG 3
#define MSG_DEBUG 1
#define MSG_PING 2
#define MSG_PONG 3
#define MSG_PROFILE 4
#define MSG_REQ_DEBUGLEVEL 5
#define MSG_DEBUGLEVEL 6
/* nmbd messages */
#define MSG_FORCE_ELECTION 1001