Skip to content

Commit 53cb2c6

Browse files
follesoeclaude
andcommitted
Rename operator field to operator_info to avoid reserved keyword conflict
`operator` is a reserved keyword in C++ and C#, which would mangle generated accessors. Renamed to `operator_info` while the field is new. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 171f21d commit 53cb2c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

protobuf_definitions/control.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ message DeactivateMultibeamCtrl {
209209
// The message does not do anything, but is included in the log files so we can see
210210
// at which point the user entered the dive view.
211211
message StartDiveCtrl {
212-
OperatorInfo operator = 1; // Optional information about the operator who started the dive.
212+
OperatorInfo operator_info = 1; // Optional information about the operator who started the dive.
213213
}
214214

215215
// Message sent when the user hits the end dive button in the app.

0 commit comments

Comments
 (0)