This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
MT#56374 convert poller_map_add to static
Change-Id: I07b732efe030767a2b75c19357beada14af0ed0e
pull/1701/head
Richard Fuchs
2 years ago
parent
baf12d25e5
commit
577941c0aa
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/poller.c
+ 1
- 1
lib/poller.c
View File
@ -51,7 +51,7 @@ struct poller_map *poller_map_new(void) {
return
p
;
return
p
;
}
}
void
poller_map_add
(
struct
poller_map
*
map
)
{
static
void
poller_map_add
(
struct
poller_map
*
map
)
{
pthread_t
tid
=
-
1
;
pthread_t
tid
=
-
1
;
struct
poller
*
p
;
struct
poller
*
p
;
if
(
!
map
)
if
(
!
map
)
Write
Preview
Loading…
Cancel
Save