put combined_pattern to the end of struct

This commit is contained in:
c9s 2014-05-24 17:14:17 +08:00
parent c1cd7444cb
commit 0909ab8af9

View file

@ -46,10 +46,12 @@ struct _node {
/** compile-time variables here.... **/
/* the combined regexp pattern string from pattern_tokens */
char * combined_pattern;
pcre * pcre_pattern;
pcre_extra * pcre_extra;
char * combined_pattern;
/**
* the pointer of route data
*/