]> www.infradead.org Git - users/dhowells/kafs-utils.git/commitdiff
xg: Convert serverList to struct
authorDavid Howells <dhowells@redhat.com>
Thu, 26 Sep 2019 10:19:36 +0000 (11:19 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 26 Sep 2019 10:19:36 +0000 (11:19 +0100)
rpc-api/cb.xg

index acff0416ff52b0fc97622cf9992fb8341a82e9e5..f66e458228d0c156ec5606f1b599403538c8a85d 100644 (file)
@@ -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<>;