summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/smbXsrv.idl
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/idl/smbXsrv.idl')
-rw-r--r--source3/librpc/idl/smbXsrv.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/librpc/idl/smbXsrv.idl b/source3/librpc/idl/smbXsrv.idl
index 2e8e2bbcd31..1ecc40fcaac 100644
--- a/source3/librpc/idl/smbXsrv.idl
+++ b/source3/librpc/idl/smbXsrv.idl
@@ -142,6 +142,11 @@ interface smbXsrv
[ignore] struct smbXsrv_connection *connections;
boolean8 server_multi_channel_enabled;
hyper next_channel_id;
+
+ /*
+ * A List of pending breaks.
+ */
+ [ignore] struct smbXsrv_pending_break *pending_breaks;
} smbXsrv_client;
typedef union {