summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2014-09-28 21:22:27 -0700
committerMatthieu Patou <mat@samba.org>2014-10-02 14:27:02 +0200
commit7f242d035778d581ef90d26fe02537d5955e655d (patch)
tree62f04100f55c31db244f5ddd8c55b59e61ef7c90 /librpc
parentc76843361bbcebd93f608f3932ed0150c528e40c (diff)
downloadsamba-7f242d035778d581ef90d26fe02537d5955e655d.tar.gz
idl: declare frstrans_VersionVector public so that we can dump it to blob and vice versa
Change-Id: Ica8dbe899eb257603ce6f7b2ea224c6533bdea46 Reviewed-by: Matthieu Patou <mat@matws.net> Signed-off-by: Matthieu Patou <mat@matws.net> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Matthieu Patou <mat@samba.org> Autobuild-Date(master): Thu Oct 2 14:27:02 CEST 2014 on sn-devel-104
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/frstrans.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/frstrans.idl b/librpc/idl/frstrans.idl
index 6bda83e4e0a..ed5b105e09a 100644
--- a/librpc/idl/frstrans.idl
+++ b/librpc/idl/frstrans.idl
@@ -58,7 +58,7 @@ interface frstrans
FRSTRANS_UPDATE_STATUS_MORE = 0x0003
} frstrans_UpdateStatus;
- typedef struct {
+ typedef [public] struct {
GUID db_guid;
hyper low;
hyper high;