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
635da750
Commit
635da750
authored
Feb 04, 2013
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a similar simple example using threads
parent
818427d0
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
454 additions
and
2 deletions
+454
-2
examples/Makefile.am
examples/Makefile.am
+5
-2
examples/threaded-example.c
examples/threaded-example.c
+449
-0
No files found.
examples/Makefile.am
View file @
635da750
...
...
@@ -18,9 +18,12 @@ AM_CFLAGS = \
$(GLIB_CFLAGS)
\
$(GUPNP_CFLAGS)
bin_PROGRAMS
=
simple-example
bin_PROGRAMS
=
simple-example
threaded-example
simple_example_SOURCES
=
simple-example.c
simple_example_LDADD
=
$(top_builddir)
/agent/libagent.la
\
$(top_builddir)
/socket/libsocket.la
\
$(GLIB_LIBS)
$(GUPNP_LIBS)
threaded_example_SOURCES
=
threaded-example.c
threaded_example_LDADD
=
$(top_builddir)
/agent/libagent.la
\
$(GLIB_LIBS)
$(GUPNP_LIBS)
examples/threaded-example.c
0 → 100644
View file @
635da750
This diff is collapsed.
Click to expand it.
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