Update talk to 58113193 together with https://webrtc-codereview.appspot.com/5309005/.
R=mallinath@webrtc.org, niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5719004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5274 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -340,7 +340,9 @@ void PseudoTcpChannel::OnChannelWritableState(TransportChannel* channel) {
|
||||
}
|
||||
|
||||
void PseudoTcpChannel::OnChannelRead(TransportChannel* channel,
|
||||
const char* data, size_t size, int flags) {
|
||||
const char* data, size_t size,
|
||||
const talk_base::PacketTime& packet_time,
|
||||
int flags) {
|
||||
//LOG_F(LS_VERBOSE) << "(" << size << ")";
|
||||
ASSERT(worker_thread_->IsCurrent());
|
||||
CritScope lock(&cs_);
|
||||
|
||||
@@ -111,7 +111,7 @@ class PseudoTcpChannel
|
||||
// Worker thread methods
|
||||
void OnChannelWritableState(TransportChannel* channel);
|
||||
void OnChannelRead(TransportChannel* channel, const char* data, size_t size,
|
||||
int flags);
|
||||
const talk_base::PacketTime& packet_time, int flags);
|
||||
void OnChannelConnectionChanged(TransportChannel* channel,
|
||||
const Candidate& candidate);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user