提交 1dda3290 authored 作者: Michael Jerris's avatar Michael Jerris

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
上级 596a0b60
Tue Mar 24 10:41:57 CDT 2009 Tue Mar 24 10:42:34 CDT 2009
...@@ -74,7 +74,7 @@ now(void) ...@@ -74,7 +74,7 @@ now(void)
static double static double
now(void) now(void)
{ {
struct timespec tv; struct timeval tv;
gettimeofday(&tv, NULL); gettimeofday(&tv, NULL);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论