Module: sip-router
Branch: master
Commit: 061274a5b241430c575d93f74c9daa7286c93c3c
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=061274a…
Author: Jan Janak <jan(a)ryngle.com>
Committer: Jan Janak <jan(a)ryngle.com>
Date: Fri Oct 23 17:31:50 2009 +0200
core: Correct an error in doxygen comments.
One of previous commits added an extra comment-closing sequence
which caused a compilation error. This patch fixes that.
---
timer_funcs.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/timer_funcs.h b/timer_funcs.h
index f5c23fa..8e17b8a 100644
--- a/timer_funcs.h
+++ b/timer_funcs.h
@@ -57,13 +57,12 @@ struct timer_head{
* (1<<H0_BITS)*sizeof(struct timer_head) bytes of memory, so arrange it
* accordingly
*
-x* Uses ~280K on a 64 bits system and ~140K on a 32 bit system; for TICKS_HZ=10
+ * Uses ~280K on a 64 bits system and ~140K on a 32 bit system; for TICKS_HZ=10
* holds ~ 30 min in the first hash/wheel and ~233h in the first two.
* More perfomant arrangement: 16, 8, 8 (but eats 1 MB on a 64 bit system, and
* 512K on a 32 bit one). For TICKS_HZ=10 it holds almost 2h in the
* first hash/wheel and ~460h in the first two.
*/
- */
/*@{ */
#define H0_BITS 14