summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2018-12-04 09:31:22 +1300
committerAndrew Bartlett <abartlet@samba.org>2018-12-19 04:52:59 +0100
commitff9052c923d1f474696022527663b64f60195a05 (patch)
tree93d57a110c03c3355963add220bee292feb2cabd /librpc
parentb578fad88e3b5a62fa060474b52dbc7e59fd6a24 (diff)
downloadsamba-ff9052c923d1f474696022527663b64f60195a05.tar.gz
s3 smbcontrol: Add sleep command
Add a sleep command that pauses the target process for the specified number of seconds This command is only enabled on developer and self test builds. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/messaging.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/messaging.idl b/librpc/idl/messaging.idl
index c916768ccec..c2f62f673b2 100644
--- a/librpc/idl/messaging.idl
+++ b/librpc/idl/messaging.idl
@@ -109,6 +109,7 @@ interface messaging
MSG_SMB_NOTIFY_DB = 0x031D,
MSG_SMB_NOTIFY_REC_CHANGES = 0x031E,
MSG_SMB_NOTIFY_STARTED = 0x031F,
+ MSG_SMB_SLEEP = 0x0320,
/* winbind messages */
MSG_WINBIND_FINISHED = 0x0401,