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_poll to static
Only used internally Change-Id: Iaeb44e022dd01bc2a7526dcd9a60b69695029cf1
pull/1701/head
Richard Fuchs
2 years ago
parent
3b53910fc3
commit
7a06e17156
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/poller.c
+0
-1
lib/poller.h
+ 1
- 1
lib/poller.c
View File
@ -271,7 +271,7 @@ int poller_update_item(struct poller *p, struct poller_item *i) {
}
int
poller_poll
(
struct
poller
*
p
,
int
timeout
)
{
static
int
poller_poll
(
struct
poller
*
p
,
int
timeout
)
{
int
ret
,
i
;
struct
poller_item_int
*
it
;
struct
epoll_event
evs
[
128
]
,
*
ev
,
e
;
+ 0
- 1
lib/poller.h
View File
@ -42,7 +42,6 @@ void poller_blocked(struct poller *, void *);
int
poller_isblocked
(
struct
poller
*
,
void
*
)
;
void
poller_error
(
struct
poller
*
,
void
*
)
;
int
poller_poll
(
struct
poller
*
,
int
)
;
void
poller_loop
(
void
*
)
;
void
poller_loop2
(
void
*
)
;
Write
Preview
Loading…
Cancel
Save