diff options
author | Simo Sorce <idra@samba.org> | 2011-08-16 16:36:12 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2011-08-21 09:05:06 -0400 |
commit | 5c1a8dcf8e192caa9963e4e3001f6546bcfde538 (patch) | |
tree | abddeab65d7666c2b75cdcb247231b319add0c72 /source3/librpc | |
parent | 0f71639d3348391b672c9da78f4341785bfd6754 (diff) | |
download | samba-5c1a8dcf8e192caa9963e4e3001f6546bcfde538.tar.gz samba-5c1a8dcf8e192caa9963e4e3001f6546bcfde538.tar.xz 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')
-rw-r--r-- | source3/librpc/idl/messaging.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl index aca90c4c8a4..b0c4245b396 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, |