]> git.droids-corp.org - protos/libecoli.git/blobdiff - lib/ecoli_completed.h
match items
[protos/libecoli.git] / lib / ecoli_completed.h
index 5e5690b2451ba1cd0e23d26149e9ca79914f175b..ffab2872f740433192d1e51b2712334875364cc5 100644 (file)
@@ -54,10 +54,11 @@ struct ec_completed_item {
 TAILQ_HEAD(ec_completed_item_list, ec_completed_item);
 
 struct ec_completed {
-       struct ec_completed_item_list items;
        unsigned count;
        unsigned count_match;
        char *smallest_start;
+       struct ec_completed_item_list match_items;
+       struct ec_completed_item_list no_match_items;
 };
 
 /*