$OpenBSD$ index 5a50c25..cbd5911 100644 --- media/webrtc/signaling/src/peerconnection/PeerConnectionMedia.h.orig Fri Feb 20 15:40:37 2015 +++ media/webrtc/signaling/src/peerconnection/PeerConnectionMedia.h Fri Feb 20 15:40:37 2015 @@ -369,12 +369,17 @@ class PeerConnectionMedia : public sigslot::has_slots<> { void SelfDestruct_m(); // ICE events - void IceGatheringStateChange(mozilla::NrIceCtx* ctx, - mozilla::NrIceCtx::GatheringState state); - void IceConnectionStateChange(mozilla::NrIceCtx* ctx, - mozilla::NrIceCtx::ConnectionState state); + void IceGatheringStateChange_s(mozilla::NrIceCtx* ctx, + mozilla::NrIceCtx::GatheringState state); + void IceConnectionStateChange_s(mozilla::NrIceCtx* ctx, + mozilla::NrIceCtx::ConnectionState state); void IceStreamReady(mozilla::NrIceMediaStream *aStream); + void IceGatheringStateChange_m(mozilla::NrIceCtx* ctx, + mozilla::NrIceCtx::GatheringState state); + void IceConnectionStateChange_m(mozilla::NrIceCtx* ctx, + mozilla::NrIceCtx::ConnectionState state); + // The parent PC PeerConnectionImpl *mParent;