mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +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;
|
||||
struct itimerspec continuous_timer = {
|
||||
.it_value.tv_nsec = 1L;
|
||||
.it_value.tv_nsec = 1L,
|
||||
};
|
||||
struct timerfd_timer *our_timer, find_helper = {
|
||||
.handle = handle,
|
||||
|
Reference in New Issue
Block a user