>From 886fdd18f1ad857206e36af3c88ff9e22e171743 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sun, 28 Sep 2014 21:22:27 -0700 Subject: [PATCH] idl: declare frstrans_VersionVector public so that we can dump it to blob and vice versa Change-Id: Ica8dbe899eb257603ce6f7b2ea224c6533bdea46 Reviewed-by: Matthieu Patou --- 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 caf6e42..f5194e2 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; -- 1.9.1