Commit c37045f9 authored by Guillaume Quintard's avatar Guillaume Quintard Committed by Martin Blix Grydeland

Keep only reqs and bereqs

parent b733d48c
......@@ -198,6 +198,8 @@ accumulate(struct VSL_data *vsl, struct VSL_transaction * const pt[],
for (tr = pt[0]; tr != NULL; tr = *++pt) {
value = -1;
hit = 0;
if (tr->type != VSL_t_bereq && tr->type != VSL_t_req)
continue;
while ((1 == VSL_Next(tr->c))) {
/* get the value we want, and register if it's a hit*/
tag = VSL_TAG(tr->c->rec.ptr);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment