summaryrefslogtreecommitdiff
path: root/ztdummy.h
diff options
context:
space:
mode:
authortilghman <tilghman@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-22 20:43:49 +0000
committertilghman <tilghman@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-22 20:43:49 +0000
commit43f2f3ea520866189bedefedf3a96172c2c9681d (patch)
tree204bdfaf611bde25edcb46c0c96e27256197dd6e /ztdummy.h
parentdf2e8131e92f1967eb61fb443036fdf9491ce745 (diff)
Bug 6631 - Implement PLL-based technique for RTC-based ztdummy to minimize jitter (pcadach and softins)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1158 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'ztdummy.h')
-rw-r--r--ztdummy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ztdummy.h b/ztdummy.h
index 75eda0f..25e37c9 100644
--- a/ztdummy.h
+++ b/ztdummy.h
@@ -33,8 +33,9 @@ struct ztdummy {
struct zt_span span;
struct zt_chan chan;
#ifdef LINUX26
+ unsigned int counter;
#ifdef USE_RTC
- atomic_t ticks;
+ spinlock_t rtclock;
rtc_task_t rtc_task;
#endif
#endif