struct trc_update_test_entry

Overview

Entry of queue containing information about tests to be updated More…

#include <trc_update.h>

struct trc_update_test_entry {
    // fields

    trc_test* test;
    trc_update_args_groups* sets;
    int sets_cnt;
    int sets_max;

    // methods

    TAILQ_ENTRY(trc_update_test_entry);
};

Detailed Documentation

Entry of queue containing information about tests to be updated

Fields

trc_test* test

Test in TRC DB

trc_update_args_groups* sets

Sets of iterations described by all possible iteration records

int sets_cnt

Count of sets

int sets_max

Maximum count of sets before reallocation will be required

Methods

TAILQ_ENTRY(trc_update_test_entry)

List links