summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2018-11-27 17:30:07 -0800
committerVito Caputo <vcaputo@pengaru.com>2018-11-27 17:30:07 -0800
commit9c85fb496e9bdffd438df720045d5a12e6c03cc7 (patch)
treebfd021b79a7573327a270bca4c054d8917204190 /configure.ac
parent0681a6f7d42bdc4c22b096598337b8a17f3bf60b (diff)
libix2: disambiguate ix2_search_status_t
Previously one could say stop/ignore/continue. There was no way to say stop and ignore, or stop but don't ignore. Now there are basically two classes of returns, stop and continue, and each of those have ignore/don't ignore sub-statuses. The naming is changed to STOP vs. MORE and HIT vs. MISS for brevity: typedef enum ix2_search_status_t { IX2_SEARCH_STOP_MISS, IX2_SEARCH_STOP_HIT, IX2_SEARCH_MORE_MISS, IX2_SEARCH_MORE_HIT } ix2_search_status_t;
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions
© All Rights Reserved