summaryrefslogtreecommitdiff
path: root/librpc/idl/security.idl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-09-11 19:42:17 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-09-11 22:32:42 +1000
commitbc6a3a2e3f783b8a7dd87e72c55443fbfde12c00 (patch)
treea5fbeabbac3d4e8c3dfd037bc15275f5f1bfe206 /librpc/idl/security.idl
parentb9b93b845cc7fd20d6d2acafd8958b9d87bfd8db (diff)
downloadsamba-bc6a3a2e3f783b8a7dd87e72c55443fbfde12c00.tar.gz
security.idl Clarify that this is not a network structure
Diffstat (limited to 'librpc/idl/security.idl')
-rw-r--r--librpc/idl/security.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl
index 13ccb495373..266af49caa6 100644
--- a/librpc/idl/security.idl
+++ b/librpc/idl/security.idl
@@ -569,6 +569,7 @@ interface security
[subcontext(4)] security_descriptor *sd;
} sec_desc_buf;
+ /* This is not yet sent over the network, but is simply defined in IDL */
typedef [public] struct {
uint32 num_sids;
[size_is(num_sids)] dom_sid sids[*];