summaryrefslogtreecommitdiff
path: root/librpc/idl
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2017-01-09 22:35:17 +0100
committerVolker Lendecke <vl@samba.org>2017-01-20 18:48:26 +0100
commitbdff81348d0fc29b3e20eead021e695634246363 (patch)
treeef2e4b8404d5a3e9037e04f8fba4239935e9302a /librpc/idl
parent1f6d5f2c090ee6bb6e0215b8cfa365eb96453917 (diff)
downloadsamba-bdff81348d0fc29b3e20eead021e695634246363.tar.gz
messaging.idl: add ringbuf message types
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'librpc/idl')
-rw-r--r--librpc/idl/messaging.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/librpc/idl/messaging.idl b/librpc/idl/messaging.idl
index a54d13c42f4..032f95eeab9 100644
--- a/librpc/idl/messaging.idl
+++ b/librpc/idl/messaging.idl
@@ -45,6 +45,9 @@ interface messaging
MSG_PREFORK_CHILD_EVENT = 0x0031,
MSG_PREFORK_PARENT_EVENT = 0x0032,
+ MSG_REQ_RINGBUF_LOG = 0x0033,
+ MSG_RINGBUF_LOG = 0x0034,
+
/* nmbd messages */
MSG_FORCE_ELECTION = 0x0101,
MSG_WINS_NEW_ENTRY = 0x0102,