diff options
author | Günther Deschner <gd@samba.org> | 2006-05-04 12:37:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:16:43 -0500 |
commit | a0ff50efa79f08f538f0c341744572929ac5a298 (patch) | |
tree | 607c451d8cacff98a67b9b10c93b89db9483f702 /source3/include | |
parent | d2418fbf276121eae08f05cbf3d6b3c84eb09887 (diff) | |
download | samba-a0ff50efa79f08f538f0c341744572929ac5a298.tar.gz samba-a0ff50efa79f08f538f0c341744572929ac5a298.tar.xz samba-a0ff50efa79f08f538f0c341744572929ac5a298.zip |
r15428: Add "smbcontrol winbind onlinestatus" for debugging purpose.
Guenther
(This used to be commit 9e15b1659c105b0be846e8f71c27b20eab961bd2)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/messages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/messages.h b/source3/include/messages.h index 6a739c0bcc7..e246123ea9f 100644 --- a/source3/include/messages.h +++ b/source3/include/messages.h @@ -76,6 +76,7 @@ #define MSG_WINBIND_FORGET_STATE 4002 #define MSG_WINBIND_ONLINE 4003 #define MSG_WINBIND_OFFLINE 4004 +#define MSG_WINBIND_ONLINESTATUS 4005 /* Flags to classify messages - used in message_send_all() */ /* Sender will filter by flag. */ |