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
BSEARCH macro is obsoleted
git.mgm/mediaproxy-ng/2.1
Richard Fuchs
14 years ago
parent
52e297f864
commit
fa6039e71d
1 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
daemon/poller.c
+ 0
- 5
daemon/poller.c
View File
@ -16,11 +16,6 @@
#
define POLLER_BSEARCH(b,l,k,e) mybsearch(b, l, sizeof(struct pollfd), k, OFFSET_OF(struct pollfd, fd), sizeof(*(k)), e)
struct
timer_item
{
void
(
*
func
)
(
void
*
)
;
void
*
ptr
;
Write
Preview
Loading…
Cancel
Save