diff options
Diffstat (limited to 'source3')
-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 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, |