Debugging RTMP connector, compile warning in Buffer fixed
This commit is contained in:
parent
d6f6d21af1
commit
eaa1c7c26f
3 changed files with 16 additions and 2 deletions
|
@ -13,7 +13,10 @@
|
|||
#include <sys/epoll.h>
|
||||
|
||||
void termination_handler (int signum){
|
||||
return;
|
||||
switch (signum){
|
||||
case SIGPIPE: return; break;
|
||||
default: return; break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue