put combined_pattern to the end of struct
This commit is contained in:
parent
c1cd7444cb
commit
0909ab8af9
1 changed files with 3 additions and 1 deletions
|
@ -46,10 +46,12 @@ struct _node {
|
||||||
/** compile-time variables here.... **/
|
/** compile-time variables here.... **/
|
||||||
|
|
||||||
/* the combined regexp pattern string from pattern_tokens */
|
/* the combined regexp pattern string from pattern_tokens */
|
||||||
char * combined_pattern;
|
|
||||||
pcre * pcre_pattern;
|
pcre * pcre_pattern;
|
||||||
pcre_extra * pcre_extra;
|
pcre_extra * pcre_extra;
|
||||||
|
|
||||||
|
|
||||||
|
char * combined_pattern;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* the pointer of route data
|
* the pointer of route data
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue