]> www.infradead.org Git - users/dhowells/kafs-utils.git/commitdiff
xg: Add size markers
authorDavid Howells <dhowells@redhat.com>
Thu, 26 Sep 2019 09:45:36 +0000 (10:45 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 26 Sep 2019 09:56:26 +0000 (10:56 +0100)
Signed-off-by: David Howells <dhowells@redhat.com>
rpc-api/volumeserver.xg

index 16862356c3e4c4b73c7aab38d168e875ed739e91..b3c842adce34344cd203b9b59a83bceb79e662c5 100644 (file)
@@ -276,7 +276,7 @@ struct replica {
 typedef replica manyDests<AFS_MAX_DESTINATIONS>;
 
 AFSVolCreateVolume(IN uint32_t partition,
-                  IN string name,
+                  IN string name<>,
                   IN uint32_t type,
                   IN uint32_t parent,
                   INOUT uint32_t *volid,
@@ -308,7 +308,7 @@ AFSVolForward(IN int32_t fromTrans,
 AFSVolClone(IN uint32_t trans,
            IN uint32_t purgeVol,
            IN uint32_t newType,
-           IN string newName,
+           IN string newName<>,
            INOUT uint32_t *newVol) = VOLCLONE;
 
 AFSVolReClone(IN uint32_t tid,