Motr  M0
test_request Struct Reference
Collaboration diagram for test_request:
Collaboration graph

Data Fields

enum tb_request_type tr_type
 
size_t tr_waiters
 
struct test_min_max tr_owners
 

Detailed Description

Definition at line 50 of file rdwr_test_bench.c.

Field Documentation

◆ tr_owners

struct test_min_max tr_owners

Expected count of owners. As far, test is being run in multithreaded environment, concurrent FOMs can pop an owner from a queue in an arbitary order. That's the reason why struct test_min_max is used.

Definition at line 59 of file rdwr_test_bench.c.

◆ tr_type

enum tb_request_type tr_type

Definition at line 51 of file rdwr_test_bench.c.

◆ tr_waiters

size_t tr_waiters

Definition at line 53 of file rdwr_test_bench.c.


The documentation for this struct was generated from the following file: