Module: sems Branch: rco/dnscache Commit: b8444a196ee0983c756b36b74a520dfc0d7e613a URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=b8444a196ee0983c756b36b74a520dfc0d7e613a
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Tue Aug 17 10:45:17 2010 +0200 - 'template-ized' the hash table mechanism so that it can be used by others as well (until now, only for sip transactions). - moved the transaction table and related items into trans_table.{h,cpp}. --- core/sip/hash_table.h | 147 ++++++++++++++------------ core/sip/sip_trans.cpp | 8 ++- core/sip/sip_trans.h | 2 + core/sip/trans_layer.cpp | 12 +- core/sip/{hash_table.cpp => trans_table.cpp} | 78 +++----------- core/sip/trans_table.h | 62 +++++++++++ 6 files changed, 169 insertions(+), 140 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=b8444a196ee0983c756b36b74a520dfc0d7e613a _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
