Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
test_val Struct Reference
Collaboration diagram for test_val:
Collaboration graph
[legend]

Data Fields

struct {
   struct test_val *   first
 
   struct test_val *   last
 
dbl_list
 
struct {
   struct test_val *   next
 
list
 
const char * name
 

Detailed Description

Definition at line 40 of file test_linkedlists.c.

Field Documentation

◆ 

struct { ... } dbl_list

◆ first

struct test_val* first

Definition at line 43 of file test_linkedlists.c.

◆ last

struct test_val* last

Definition at line 43 of file test_linkedlists.c.

◆ 

struct { ... } list

Referenced by AST_TEST_DEFINE(), and list_expect().

◆ name

const char* name

◆ next

struct test_val* next

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