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
c5ef4700
Commit
c5ef4700
authored
Dec 18, 2018
by
Jakub Adam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agent: Expose input_message_get_size() in agent-priv.h
parent
5368ed37
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
agent/agent-priv.h
agent/agent-priv.h
+3
-0
agent/agent.c
agent/agent.c
+1
-1
No files found.
agent/agent-priv.h
View file @
c5ef4700
...
...
@@ -277,6 +277,9 @@ compact_output_message (const NiceOutputMessage *message, gsize *buffer_length);
gsize
output_message_get_size
(
const
NiceOutputMessage
*
message
);
gsize
input_message_get_size
(
const
NiceInputMessage
*
message
);
gssize
agent_socket_send
(
NiceSocket
*
sock
,
const
NiceAddress
*
addr
,
gsize
len
,
const
gchar
*
buf
);
...
...
agent/agent.c
View file @
c5ef4700
...
...
@@ -4206,7 +4206,7 @@ output_message_get_size (const NiceOutputMessage *message)
return
message_len
;
}
static
gsize
gsize
input_message_get_size
(
const
NiceInputMessage
*
message
)
{
guint
i
;
...
...
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