summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/messaging.idl
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2011-08-16 16:36:12 -0400
committerSimo Sorce <idra@samba.org>2011-08-21 09:05:06 -0400
commit5c1a8dcf8e192caa9963e4e3001f6546bcfde538 (patch)
treeabddeab65d7666c2b75cdcb247231b319add0c72 /source3/librpc/idl/messaging.idl
parent0f71639d3348391b672c9da78f4341785bfd6754 (diff)
downloadsamba-5c1a8dcf8e192caa9963e4e3001f6546bcfde538.tar.gz
samba-5c1a8dcf8e192caa9963e4e3001f6546bcfde538.tar.bz2
samba-5c1a8dcf8e192caa9963e4e3001f6546bcfde538.zip
s3-messaging: Add preforked child-parent message types
Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Simo Sorce <idra@samba.org>
Diffstat (limited to 'source3/librpc/idl/messaging.idl')
-rw-r--r--source3/librpc/idl/messaging.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl
index aca90c4c8a..b0c4245b39 100644
--- a/source3/librpc/idl/messaging.idl
+++ b/source3/librpc/idl/messaging.idl
@@ -42,6 +42,9 @@ interface messaging
/* Changes to smb.conf are really of general interest */
MSG_SMB_CONF_UPDATED = 0x0021,
+ MSG_PREFORK_CHILD_EVENT = 0x0031,
+ MSG_PREFORK_PARENT_EVENT = 0x0032,
+
/* nmbd messages */
MSG_FORCE_ELECTION = 0x0101,
MSG_WINS_NEW_ENTRY = 0x0102,