summaryrefslogtreecommitdiff
path: root/ztdummy.h
diff options
context:
space:
mode:
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