From 74fb237727267aa482ee07851f454ca03fbd1fdf Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 15 Feb 2019 00:09:19 -0800 Subject: benchmark can work in secure mode --- other/java/client/src/main/proto/filer.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'other/java/client/src/main') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 6cd4df6b4..5cdcb6a97 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -139,6 +139,7 @@ message AssignVolumeResponse { string url = 2; string public_url = 3; int32 count = 4; + string auth = 5; } message LookupVolumeRequest { -- cgit v1.2.3