diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-10-29 12:04:36 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-11-25 07:25:44 +0100 |
commit | 768ec14b3c33162f4926d62dc41c4249f2e1904c (patch) | |
tree | d4a7582eb6aea753a29203acfa820c621a20481f | |
parent | d63904ef6c02069c5e29e7433a7ee09758571590 (diff) | |
download | samba-768ec14b3c33162f4926d62dc41c4249f2e1904c.tar.gz samba-768ec14b3c33162f4926d62dc41c4249f2e1904c.tar.xz samba-768ec14b3c33162f4926d62dc41c4249f2e1904c.zip |
s3:librpc/idl: mark struct smbXsrv_client as [public]
This avoids compiler warnings about unused code.
We don't use the NDR code for this yet, will be done
when we get multi-channel support.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
-rw-r--r-- | source3/librpc/idl/smbXsrv.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/smbXsrv.idl b/source3/librpc/idl/smbXsrv.idl index 00354423f7..ec6d0ea3d0 100644 --- a/source3/librpc/idl/smbXsrv.idl +++ b/source3/librpc/idl/smbXsrv.idl @@ -79,7 +79,7 @@ interface smbXsrv /* client */ - typedef struct { + typedef [public] struct { [ignore] struct tevent_context *ev_ctx; [ignore] struct messaging_context *msg_ctx; |