Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
c90f9383
Commit
c90f9383
authored
May 27, 2016
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conncheck: Make previous commit compile
https://phabricator.freedesktop.org/T3324
parent
d252feb5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
agent/conncheck.c
agent/conncheck.c
+2
-2
agent/conncheck.h
agent/conncheck.h
+1
-1
No files found.
agent/conncheck.c
View file @
c90f9383
...
@@ -1446,7 +1446,7 @@ static void priv_mark_pair_nominated (NiceAgent *agent, NiceStream *stream, Nice
...
@@ -1446,7 +1446,7 @@ static void priv_mark_pair_nominated (NiceAgent *agent, NiceStream *stream, Nice
}
}
guint32
guint32
ensure_unique_priority
(
Component
*
component
,
guint32
priority
)
ensure_unique_priority
(
Nice
Component
*
component
,
guint32
priority
)
{
{
GSList
*
item
;
GSList
*
item
;
...
@@ -2319,7 +2319,7 @@ static int priv_store_pending_check (NiceAgent *agent, NiceComponent *component,
...
@@ -2319,7 +2319,7 @@ static int priv_store_pending_check (NiceAgent *agent, NiceComponent *component,
*
*
* @return created pair, or NULL on fatal (memory allocation) errors
* @return created pair, or NULL on fatal (memory allocation) errors
*/
*/
static
CandidateCheckPair
*
priv_add_peer_reflexive_pair
(
NiceAgent
*
agent
,
guint
stream_id
,
Component
*
component
,
NiceCandidate
*
local_cand
,
CandidateCheckPair
*
parent_pair
)
static
CandidateCheckPair
*
priv_add_peer_reflexive_pair
(
NiceAgent
*
agent
,
guint
stream_id
,
Nice
Component
*
component
,
NiceCandidate
*
local_cand
,
CandidateCheckPair
*
parent_pair
)
{
{
CandidateCheckPair
*
pair
=
g_slice_new0
(
CandidateCheckPair
);
CandidateCheckPair
*
pair
=
g_slice_new0
(
CandidateCheckPair
);
NiceStream
*
stream
=
agent_find_stream
(
agent
,
stream_id
);
NiceStream
*
stream
=
agent_find_stream
(
agent
,
stream_id
);
...
...
agent/conncheck.h
View file @
c90f9383
...
@@ -111,6 +111,6 @@ void
...
@@ -111,6 +111,6 @@ void
conn_check_prune_socket
(
NiceAgent
*
agent
,
NiceStream
*
stream
,
NiceComponent
*
component
,
conn_check_prune_socket
(
NiceAgent
*
agent
,
NiceStream
*
stream
,
NiceComponent
*
component
,
NiceSocket
*
sock
);
NiceSocket
*
sock
);
guint32
ensure_unique_priority
(
Component
*
component
,
guint32
priority
);
guint32
ensure_unique_priority
(
Nice
Component
*
component
,
guint32
priority
);
#endif
/*_NICE_CONNCHECK_H */
#endif
/*_NICE_CONNCHECK_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment