Displaying 1 result from an estimated 1 matches for "beingset".
Did you mean:
beings
2003 Oct 27
1
Fwd: Re: Asterisk on FreeBSD
...= (con->schedq->when.tv_usec - tv.tv_usec) / 1000;
if (ms < 0)
ms = 0;
return ms;
gettimeofday might be failing!! Why?
I'd add a call to perror() after "his should never happen"
I'll bet it has to do with time zones
But then maybe ms is beingset to zero...
Good luck
--- "Olle E. Johansson" <oej@edvina.net> wrote:
> From: "Olle E. Johansson" <oej@edvina.net>
> To: asterisk-users@lists.digium.com
> Subject: Re: [Asterisk-Users] Asterisk on FreeBSD
> Date: Mon, 27 Oct 2003 21:25:04 +0100
>
&...