Update libjingle to 61514460
TBR=tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/8649004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5545 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -91,6 +91,12 @@ class SctpDataEngine : public DataEngineInterface {
|
||||
|
||||
virtual const std::vector<DataCodec>& data_codecs() { return codecs_; }
|
||||
|
||||
// Manages the lifetime of the usrsctp library data. Each SctpDataEngine
|
||||
// and SctpDataMediaChannel AddRefEngine the library at construction, and
|
||||
// ReleaseEngine at shutdown.
|
||||
static void AddRefEngine();
|
||||
static void ReleaseEngine();
|
||||
|
||||
private:
|
||||
static int usrsctp_engines_count;
|
||||
std::vector<DataCodec> codecs_;
|
||||
|
||||
Reference in New Issue
Block a user