mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
Fix compiling
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@157973 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -166,7 +166,7 @@ static int timerfd_timer_enable_continuous(int handle)
|
|||||||
{
|
{
|
||||||
int res;
|
int res;
|
||||||
struct itimerspec continuous_timer = {
|
struct itimerspec continuous_timer = {
|
||||||
.it_value.tv_nsec = 1L;
|
.it_value.tv_nsec = 1L,
|
||||||
};
|
};
|
||||||
struct timerfd_timer *our_timer, find_helper = {
|
struct timerfd_timer *our_timer, find_helper = {
|
||||||
.handle = handle,
|
.handle = handle,
|
||||||
|
Reference in New Issue
Block a user