From 532e88ab7f87e9dec1e0abd71d1fe606710fa3c9 Mon Sep 17 00:00:00 2001 From: Karn Seth Date: Fri, 27 Mar 2026 11:27:58 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 890554347 --- willow/proto/willow/committee_selector.proto | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/willow/proto/willow/committee_selector.proto b/willow/proto/willow/committee_selector.proto index 5ddfc25..11a52d8 100644 --- a/willow/proto/willow/committee_selector.proto +++ b/willow/proto/willow/committee_selector.proto @@ -157,6 +157,12 @@ message CheckVolunteerStatusRequest { // The committee ID the member volunteered for and is checking the status of. int64 committee_id = 2 ; + + // The name of the population that the client belongs to. + string population_name = 3 ; + + // Authorization token for this request. + string auth_token = 4 ; } // Represents a member or volunteer's status within a committee selection. @@ -190,6 +196,9 @@ message CheckVolunteerStatusResponse { // Optional: If the member was selected, the size of the committee that the // member was selected for is returned. int32 committee_size = 3 ; + + // Authorization token to use for future requests. + string auth_token = 4 ; } // Generic error status returned from the TEE to the untrusted frontend for the