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:
@@ -135,7 +135,8 @@ bool TestClient::ready_to_send() const {
|
||||
}
|
||||
|
||||
void TestClient::OnPacket(AsyncPacketSocket* socket, const char* buf,
|
||||
size_t size, const SocketAddress& remote_addr) {
|
||||
size_t size, const SocketAddress& remote_addr,
|
||||
const PacketTime& packet_time) {
|
||||
CritScope cs(&crit_);
|
||||
packets_->push_back(new Packet(remote_addr, buf, size));
|
||||
}
|
||||
|
Reference in New Issue
Block a user