dcsctp: Refactor CallbackDeferrer

Moving the implementation to a source file.

Bug: webrtc:13217
Change-Id: I2929f4af96a9d01d3adfa49b36b021e4b229a025
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/233241
Reviewed-by: Florent Castelli <orphis@webrtc.org>
Commit-Queue: Victor Boivie <boivie@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#35116}
This commit is contained in:
Victor Boivie
2021-09-28 21:18:44 +02:00
committed by WebRTC LUCI CQ
parent 43651f502c
commit 0081f1c331
3 changed files with 160 additions and 123 deletions

View File

@ -160,6 +160,7 @@ rtc_library("dcsctp_socket") {
"../tx:send_queue",
]
sources = [
"callback_deferrer.cc",
"callback_deferrer.h",
"dcsctp_socket.cc",
"dcsctp_socket.h",