Skip to content

Commit 67e2fac

Browse files
Rename fcr_prequal_settings to fcr_prequalification (#16)
Why? Because `prequal` is too cryptic and `_settings` suffix is superfluous. Closes #13. Mind, this is not breaking bw-compat on the wire because 1.) i'm the only user of it (still) and 2.) the data member offset remains the same.
2 parents ffe14ed + 8496783 commit 67e2fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/frequenz/api/dispatch/dispatch.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ message DispatchFilter {
139139

140140
message DispatchSettings {
141141
oneof settings {
142-
fcr.prequalification.FcrPrequalificationSettings fcr_prequal_settings = 1;
142+
fcr.prequalification.FcrPrequalificationSettings fcr_prequalification = 1;
143143
}
144144
}
145145

0 commit comments

Comments
 (0)