Module: sip-router Branch: master Commit: c4c3773622a5419d890a13a5226d721ff0a7bcfa URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c4c3773622a5419d890a13a5226d721ff0a7bcfa
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: Sun Jun 26 11:48:39 2011 +0200 tm: renamed typedef cell_type to tm_cell_t --- modules/tm/h_table.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/tm/h_table.h b/modules/tm/h_table.h index ea2fa14..5025479 100644 --- a/modules/tm/h_table.h +++ b/modules/tm/h_table.h @@ -406,7 +406,7 @@ typedef struct cell /* place holder for MD5checksum (meaningful only if syn_branch=0) */ char md5[0]; /* if syn_branch==0 then MD5_LEN bytes are extra alloc'ed*/ -}cell_type; +} tm_cell_t; #if 0 _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
