rose_build_anchored: tbi->build

This commit is contained in:
Justin Viiret
2017-02-13 15:35:38 +11:00
committed by Matthew Barr
parent fddcdbb129
commit 893674d3c7
2 changed files with 19 additions and 19 deletions

View File

@@ -67,10 +67,10 @@ u32 anchoredStateSize(const anchored_matcher_info &atable);
#define ANCHORED_SUCCESS 1
#define ANCHORED_REMAP 2
int addAnchoredNFA(RoseBuildImpl &tbi, const NGHolder &wrapper,
int addAnchoredNFA(RoseBuildImpl &build, const NGHolder &wrapper,
const std::map<NFAVertex, std::set<u32>> &reportMap);
int addToAnchoredMatcher(RoseBuildImpl &tbi, const NGHolder &anchored,
int addToAnchoredMatcher(RoseBuildImpl &build, const NGHolder &anchored,
u32 exit_id, ReportID *remap);
} // namespace ue2