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
76dd8782
Commit
76dd8782
authored
Feb 04, 2010
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enable debug message for test-pseudotcp
parent
63033bd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
tests/test-pseudotcp.c
tests/test-pseudotcp.c
+3
-0
No files found.
tests/test-pseudotcp.c
View file @
76dd8782
...
@@ -247,6 +247,9 @@ int main (int argc, char *argv[])
...
@@ -247,6 +247,9 @@ int main (int argc, char *argv[])
mainloop
=
g_main_loop_new
(
NULL
,
FALSE
);
mainloop
=
g_main_loop_new
(
NULL
,
FALSE
);
g_type_init
();
g_type_init
();
pseudo_tcp_set_debug_level
(
PSEUDO_TCP_DEBUG_VERBOSE
);
left
=
pseudo_tcp_socket_new
(
0
,
&
cbs
);
left
=
pseudo_tcp_socket_new
(
0
,
&
cbs
);
right
=
pseudo_tcp_socket_new
(
0
,
&
cbs
);
right
=
pseudo_tcp_socket_new
(
0
,
&
cbs
);
g_debug
(
"Left: %p. Right: %p"
,
left
,
right
);
g_debug
(
"Left: %p. Right: %p"
,
left
,
right
);
...
...
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