From 7f242d035778d581ef90d26fe02537d5955e655d Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sun, 28 Sep 2014 21:22:27 -0700 Subject: idl: declare frstrans_VersionVector public so that we can dump it to blob and vice versa Change-Id: Ica8dbe899eb257603ce6f7b2ea224c6533bdea46 Reviewed-by: Matthieu Patou Signed-off-by: Matthieu Patou Reviewed-by: Stefan Metzmacher Autobuild-User(master): Matthieu Patou Autobuild-Date(master): Thu Oct 2 14:27:02 CEST 2014 on sn-devel-104 --- librpc/idl/frstrans.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librpc/idl/frstrans.idl b/librpc/idl/frstrans.idl index 6bda83e4e0..ed5b105e09 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; -- cgit