Hi Alex,
I've noticed a small xml syntax error in the expires column you added to the htable.xml schema.
<column id="expires"> <name>expires</name> <type>string</type> - <default>0<default/> + <default>0</default> <description>The epoch at which the key expires</description> </column>
Regards,
Hugh
On 08/08/2011 09:51, Alex Hermann wrote:
Module: sip-router Branch: master Commit: 0fa81acc8c0c756153ad153f9054b94e1f48c98f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0fa81acc...
Author: Alex Hermannalex@speakup.nl Committer: Alex Hermannalex@speakup.nl Date: Thu Jul 28 15:58:43 2011 +0200
modules_k/htable: save/load htable entry's expires value to/from database.
lib/srdb1/schema/htable.xml | 10 +++- modules_k/htable/README | 77 +++++++++++++++++++------------- modules_k/htable/doc/htable_admin.xml | 21 +++++++++- modules_k/htable/ht_db.c | 45 +++++++++++++++---- modules_k/htable/ht_db.h | 1 + modules_k/htable/htable.c | 1 + 6 files changed, 112 insertions(+), 43 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=0fa8...
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev