diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2013-10-10 09:15:57 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2013-10-11 11:50:08 +0200 |
commit | 1a884636542ba0e54c6d209662a5d1613d727a85 (patch) | |
tree | 04eb0774265deec0c296f26ded79a4c21ff59dd8 /source3 | |
parent | af3138e9b6813ef88698c3e6eeb280c6e988c4cc (diff) | |
download | samba-1a884636542ba0e54c6d209662a5d1613d727a85.tar.gz samba-1a884636542ba0e54c6d209662a5d1613d727a85.tar.bz2 samba-1a884636542ba0e54c6d209662a5d1613d727a85.zip |
idl: Add a new message for winbind domain states.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10194
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'source3')
-rw-r--r-- | source3/librpc/idl/messaging.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl index ddcf0e348d..9d16570aa3 100644 --- a/source3/librpc/idl/messaging.idl +++ b/source3/librpc/idl/messaging.idl @@ -100,6 +100,8 @@ interface messaging MSG_WINBIND_VALIDATE_CACHE = 0x0408, MSG_WINBIND_DUMP_DOMAIN_LIST = 0x0409, MSG_WINBIND_IP_DROPPED = 0x040A, + MSG_WINBIND_DOMAIN_ONLINE = 0x040B, + MSG_WINBIND_DOMAIN_OFFLINE = 0x040C, /* event messages */ MSG_DUMP_EVENT_LIST = 0x0500, |