diff --git a/third-party/proxygen/src/proxygen/httpserver/samples/hq/HQCommandLine.cpp b/third-party/proxygen/src/proxygen/httpserver/samples/hq/HQCommandLine.cpp index be6748bffb74d7..e246d3b30af14b 100644 --- a/third-party/proxygen/src/proxygen/httpserver/samples/hq/HQCommandLine.cpp +++ b/third-party/proxygen/src/proxygen/httpserver/samples/hq/HQCommandLine.cpp @@ -276,9 +276,8 @@ void initializeTransportSettings(HQToolParams& hqUberParams) { if (FLAGS_use_ack_receive_timestamps) { hqParams.transportSettings.maybeAckReceiveTimestampsConfigSentToPeer.assign( - {.max_receive_timestamps_per_ack = - FLAGS_max_ack_receive_timestamps_to_send, - .receive_timestamps_exponent = kDefaultReceiveTimestampsExponent}); + {.maxReceiveTimestampsPerAck = FLAGS_max_ack_receive_timestamps_to_send, + .receiveTimestampsExponent = kDefaultReceiveTimestampsExponent}); } } // initializeTransportSettings