s3-messaging: Add preforked child-parent message types
authorSimo Sorce <idra@samba.org>
Tue, 16 Aug 2011 20:36:12 +0000 (16:36 -0400)
committerSimo Sorce <idra@samba.org>
Sun, 21 Aug 2011 13:05:06 +0000 (09:05 -0400)
Signed-off-by: Andreas Schneider <asn@samba.org>
Signed-off-by: Simo Sorce <idra@samba.org>
source3/librpc/idl/messaging.idl

index aca90c4c8a4fc296e03ea2f1aeed6e7f0995f86a..b0c4245b39611358f89b19fa2ef8031184384e5c 100644 (file)
@@ -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,