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
call.h now include media_socket.h to reflect the move of the stream_fd struct
pull/245/head
Eric Green
10 years ago
parent
0e1892f532
commit
c8bf1a7da2
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
daemon/call.h
+ 1
- 0
daemon/call.h
View File
@ -17,6 +17,7 @@
#
include
<pcap.h>
#
include
"compat.h"
#
include
"socket.h"
#
include
"media_socket.h"
#
define UNDEFINED ((unsigned int) -1)
#
define TRUNCATED " ... Output truncated. Increase Output Buffer ... \n"
Write
Preview
Loading…
Cancel
Save