Skip to content

Commit

Permalink
fix: linux_clang_optionalパッチ修正
Browse files Browse the repository at this point in the history
Configに新たなフィールドが追加されたため

Signed-off-by: Zenichi Amano <[email protected]>
  • Loading branch information
crow-misia committed Nov 13, 2024
1 parent 375a7e6 commit f2e8012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patch/linux_clang_optional.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ diff --git a/src/modules/congestion_controller/goog_cc/loss_based_bwe_v2.h b/src
index 425ca2a0c8..b45c6dd777 100644
--- a/src/modules/congestion_controller/goog_cc/loss_based_bwe_v2.h
+++ b/src/modules/congestion_controller/goog_cc/loss_based_bwe_v2.h
@@ -124,7 +124,8 @@ class LossBasedBweV2 {
bool use_byte_loss_rate = false;
@@ -128,7 +128,8 @@ class LossBasedBweV2 {
TimeDelta padding_duration = TimeDelta::Zero();
bool bound_best_candidate = false;
bool pace_at_loss_based_estimate = false;
double median_sending_rate_factor = 0.0;
+ Config() { }
};

Expand Down

0 comments on commit f2e8012

Please sign in to comment.