Wed Mar 11 09:49:37 CDT 2009 Pekka Pessi <first.last@nokia.com>
* s2base.c: use struct timeval with gettimeofday() Ignore-this: 1ca4ea3c958573a1fa845d8b66b7d6ad git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12746 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
596a0b60cb
commit
1dda329079
|
@ -1 +1 @@
|
|||
Tue Mar 24 10:41:57 CDT 2009
|
||||
Tue Mar 24 10:42:34 CDT 2009
|
||||
|
|
|
@ -74,7 +74,7 @@ now(void)
|
|||
static double
|
||||
now(void)
|
||||
{
|
||||
struct timespec tv;
|
||||
struct timeval tv;
|
||||
|
||||
gettimeofday(&tv, NULL);
|
||||
|
||||
|
|
Loading…
Reference in New Issue