| Index: blimp/common/proto/protocol_control.proto
|
| diff --git a/blimp/common/proto/protocol_control.proto b/blimp/common/proto/protocol_control.proto
|
| index f2f705605a441e4b08821bdc5c0d8293ec85d149..765f731439ff3ff9f404906eb397568e580ab11a 100644
|
| --- a/blimp/common/proto/protocol_control.proto
|
| +++ b/blimp/common/proto/protocol_control.proto
|
| @@ -15,7 +15,7 @@ message CheckpointAckMessage {
|
|
|
| // Contains Client->Engine information to establish an authenticated connection.
|
| message StartConnectionMessage {
|
| - optional string client_token = 1;
|
| + optional string client_auth_token = 1;
|
| optional int32 protocol_version = 2;
|
| }
|
|
|
|
|