From 5c1a8dcf8e192caa9963e4e3001f6546bcfde538 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 16 Aug 2011 16:36:12 -0400 Subject: s3-messaging: Add preforked child-parent message types Signed-off-by: Andreas Schneider Signed-off-by: Simo Sorce --- source3/librpc/idl/messaging.idl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3') 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, -- cgit