summaryrefslogtreecommitdiff
path: root/zaptel.h
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-04-28 22:23:52 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-04-28 22:23:52 +0000
commit2c5d383ce7ad82476fe1687b9d29aad87a80e6ee (patch)
treebcd1b71439ee8b16daa93bb2cbaaf1461fba7a9f /zaptel.h
parent62618b4de2d2ac70090ec0991067435380e9e046 (diff)
Enable slip debugging by default, as well as add a parameter to report slips in /proc/zaptel/x
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2472 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zaptel.h')
-rw-r--r--zaptel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zaptel.h b/zaptel.h
index 1d64092..60a0635 100644
--- a/zaptel.h
+++ b/zaptel.h
@@ -1364,6 +1364,8 @@ struct zt_span {
int irqmisses; /* Interrupt misses */
+ int timingslips; /* Clock slips */
+
struct zt_chan *chans; /* Member channel structures */
/* ==== Span Callback Operations ==== */