提交 b3256ae8 authored 作者: Michael Jerris's avatar Michael Jerris

Wed Jan 28 12:00:26 CST 2009 Pekka Pessi <first.last@nokia.com>

  * su_timer.c: no more type-punning
  



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11849 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 5c8181cc
Wed Feb 11 11:14:27 CST 2009
Wed Feb 11 11:14:50 CST 2009
......@@ -33,12 +33,15 @@
#include "config.h"
#include <sys/types.h>
#include <sofia-sip/heap.h>
#include "sofia-sip/heap.h"
typedef union {
void *private;
/* Use for debugging */
struct timers_priv { size_t _size, _used; struct su_timer_s * _heap[2]; } *actual;
struct timers_priv {
size_t _size, _used;
struct su_timer_s * _heap[2];
} *actual;
} su_timer_heap_t;
#define SU_TIMER_QUEUE_T su_timer_heap_t
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论