aboutsummaryrefslogtreecommitdiffstats
path: root/enum.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-05 13:53:06 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-05 13:53:06 +0000
commitbdfb487b8cbcddad6b9016e0224fd6f8ad9b6c3f (patch)
treee83879854b69ed97983a1d00c489ee486ee60bc3 /enum.c
parent57e05b7e718b465a338dc991a68a012645b8c262 (diff)
Add some documentation and a todo for enum.c
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17530 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'enum.c')
-rw-r--r--enum.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/enum.c b/enum.c
index 96e0702eb..9304c2228 100644
--- a/enum.c
+++ b/enum.c
@@ -35,6 +35,9 @@
* - ENUM SIP: http://www.ietf.org/rfc/rfc3764.txt
* - IANA ENUM Services: http://www.iana.org/assignments/enum-services
*
+ * \par Possible improvement
+ * \todo Implement a caching mechanism for multile enum lookups
+ * - See http://bugs.digium.com/view.php?id=6739
*/
#include <sys/types.h>