Asterisk - The Open Source Telephony Project GIT-master-5467495
Loading...
Searching...
No Matches
Data Fields
list_node Struct Reference

A node in the linked list for string lookups. More...

Collaboration diagram for list_node:
Collaboration graph
[legend]

Data Fields

struct { 
 
   struct list_node *   next 
 
list 
 
char * str
 

Detailed Description

A node in the linked list for string lookups.

Definition at line 631 of file test_performance.c.

Field Documentation

◆ [struct]

struct { ... } list

◆ next

struct list_node* next

Definition at line 633 of file test_performance.c.

◆ str

char* str

Definition at line 632 of file test_performance.c.


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