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
4d5a5fec
Commit
4d5a5fec
authored
Oct 14, 2008
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the struct/typedef lines into a single combo
parent
4710bc5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
agent/discovery.h
agent/discovery.h
+2
-4
No files found.
agent/discovery.h
View file @
4d5a5fec
...
@@ -41,9 +41,7 @@
...
@@ -41,9 +41,7 @@
#include "stream.h"
#include "stream.h"
#include "agent.h"
#include "agent.h"
typedef
struct
_CandidateDiscovery
CandidateDiscovery
;
typedef
struct
struct
_CandidateDiscovery
{
{
NiceAgent
*
agent
;
/**< back pointer to owner */
NiceAgent
*
agent
;
/**< back pointer to owner */
NiceCandidateType
type
;
/**< candidate type STUN or TURN */
NiceCandidateType
type
;
/**< candidate type STUN or TURN */
...
@@ -62,7 +60,7 @@ struct _CandidateDiscovery
...
@@ -62,7 +60,7 @@ struct _CandidateDiscovery
StunMessage
stun_message
;
StunMessage
stun_message
;
uint8_t
stun_resp_buffer
[
STUN_MAX_MESSAGE_SIZE
];
uint8_t
stun_resp_buffer
[
STUN_MAX_MESSAGE_SIZE
];
StunMessage
stun_resp_msg
;
StunMessage
stun_resp_msg
;
}
;
}
CandidateDiscovery
;
void
discovery_free_item
(
gpointer
data
,
gpointer
user_data
);
void
discovery_free_item
(
gpointer
data
,
gpointer
user_data
);
void
discovery_free
(
NiceAgent
*
agent
);
void
discovery_free
(
NiceAgent
*
agent
);
...
...
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