aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/_private.h
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-16 13:03:40 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-16 13:03:40 +0000
commitb9fb0c481e8e4539b77bb2307ad30fb612ea6901 (patch)
tree377d703a614f14dd1b968d539398bea3fe7ae136 /include/asterisk/_private.h
parentbc739455ba9c773725c2b3a2918ee851d6c68ee2 (diff)
Add a "timing test" CLI command. It opens a timer and configures it for
50 ticks per second, and then counts to see how many ticks it actually gets in a second. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@122926 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/_private.h')
-rw-r--r--include/asterisk/_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/_private.h b/include/asterisk/_private.h
index 215a56178..fe9aa2c04 100644
--- a/include/asterisk/_private.h
+++ b/include/asterisk/_private.h
@@ -37,6 +37,7 @@ void ast_autoservice_init(void); /*!< Provided by autoservice.c */
int ast_http_init(void); /*!< Provided by http.c */
int ast_http_reload(void); /*!< Provided by http.c */
int ast_tps_init(void); /*!< Provided by taskprocessor.c */
+int ast_timing_init(void); /*!< Provided by timing.c */
/*!
* \brief Reload asterisk modules.