summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2015-06-17 16:08:18 +1200
committerAndrew Bartlett <abartlet@samba.org>2015-06-24 06:04:10 +0200
commit8ed6523b6cf456d50cf4b127687aa0dcb43d88ba (patch)
treee8b4ddd52c732988e267b8fc5a2b2b9edd6b96a4 /librpc
parent8a3d548ee70edf5770ba5a21a569311d662557a4 (diff)
downloadsamba-8ed6523b6cf456d50cf4b127687aa0dcb43d88ba.tar.gz
Use large enough unsigned values in server_id IDL
This matches what we have in struct server_id. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/server_id.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/server_id.idl b/librpc/idl/server_id.idl
index 554e428bf2b..8ebffc55a7f 100644
--- a/librpc/idl/server_id.idl
+++ b/librpc/idl/server_id.idl
@@ -9,10 +9,10 @@ interface server_id
* Ctdbd sets this, we retrieve our vnn from it.
*/
- const int NONCLUSTER_VNN = 0xFFFFFFFF;
+ const uint32 NONCLUSTER_VNN = 0xFFFFFFFF;
/** Don't verify this unique id */
- const int SERVERID_UNIQUE_ID_NOT_TO_VERIFY = 0xFFFFFFFFFFFFFFFFULL;
+ const hyper SERVERID_UNIQUE_ID_NOT_TO_VERIFY = 0xFFFFFFFFFFFFFFFFULL;
/* used to look like the following, note that unique_id was not
* marshalled at all...