diff options
author | Günther Deschner <gd@samba.org> | 2007-06-21 13:04:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:23:29 -0500 |
commit | 36fc39d845f5cf8d3a87a58e8ec7e14e7542e60f (patch) | |
tree | b787c3487cf720a948e92a4e89fcb5e5a1298ba3 /source3/include | |
parent | 90773ab0be6030f249ac8b8cf65ad3e8141cbb42 (diff) | |
download | samba-36fc39d845f5cf8d3a87a58e8ec7e14e7542e60f.tar.gz samba-36fc39d845f5cf8d3a87a58e8ec7e14e7542e60f.tar.bz2 samba-36fc39d845f5cf8d3a87a58e8ec7e14e7542e60f.zip |
r23563: Add dump-event-list command to smbcontrol.
Guenther
(This used to be commit 0d956a8e45cd4421cddb8e077e1960dafac3a4d0)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/messages.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/messages.h b/source3/include/messages.h index bf5f49b872..8c829712eb 100644 --- a/source3/include/messages.h +++ b/source3/include/messages.h @@ -98,6 +98,9 @@ #define MSG_WINBIND_TRY_TO_GO_ONLINE 0x0406 #define MSG_WINBIND_FAILED_TO_GO_ONLINE 0x0407 +/* event messages */ +#define MSG_DUMP_EVENT_LIST 0x0500 + /* * Special flags passed to message_send. Allocated from the top, lets see when * it collides with the message types in the lower 16 bits :-) |