struct trc_test_iter_args

Overview

Head of the list with test iteration arguments More…

#include <te_trc.h>

struct trc_test_iter_args {
    // fields

    xmlNodePtr node;
    trc_test_iter_args_head head;
    tqh_strings save_order;
};

Detailed Documentation

Head of the list with test iteration arguments

Fields

xmlNodePtr node

XML node with this element

trc_test_iter_args_head head

Head of the list

tqh_strings save_order

Argument names listed in order in which they should be saved to XML. They can be stored in different order in memory when they are sorted to simplify matching TRC records.