From 0a921331e53ad9ce6d7caa056a90d0b7dfc3a5cd Mon Sep 17 00:00:00 2001 From: David Howells Date: Thu, 26 Sep 2019 11:19:36 +0100 Subject: [PATCH] xg: Convert serverList to struct --- rpc-api/cb.xg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rpc-api/cb.xg b/rpc-api/cb.xg index acff041..f66e458 100644 --- a/rpc-api/cb.xg +++ b/rpc-api/cb.xg @@ -91,7 +91,9 @@ struct interfaceAddr { /* for multihomed clients */ const AFSMAXCELLHOSTS = 8; /*Max VLDB servers per cell*/ -typedef int32_t serverList[AFSMAXCELLHOSTS]; +struct serverList { + int32_t server[AFSMAXCELLHOSTS]; +}; typedef uint32_t cacheConfig<>; -- 2.49.0