aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/timing.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-12 17:30:55 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-12 17:30:55 +0000
commiteb2f8aee081835559cf363cb853b9602dc9b08da (patch)
tree9081039351e3159b31db71deda547a23c06a0735 /include/asterisk/timing.h
parent490730a6b3bd90a5389cac88847e6977bf234f66 (diff)
clarify documentation on how timer intervals should be specified
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@122240 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/timing.h')
-rw-r--r--include/asterisk/timing.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/timing.h b/include/asterisk/timing.h
index 426eb8dbd..2a62e6b57 100644
--- a/include/asterisk/timing.h
+++ b/include/asterisk/timing.h
@@ -31,8 +31,8 @@
The timing source used by Asterisk must provide the following
features:
- 1) Periodic triggers, with a configurable interval (specified in
- millisconds).
+ 1) Periodic triggers, with a configurable interval (specified as
+ number of triggers per second).
2) Multiple outstanding triggers, each of which must be 'acked'
to clear it. Triggers must also be 'ackable' in quantity.