Motr  M0
m0_net_test_slist Struct Reference

#include <slist.h>

Collaboration diagram for m0_net_test_slist:
Collaboration graph

Data Fields

size_t ntsl_nr
 
char ** ntsl_list
 
char * ntsl_str
 

Detailed Description

String list.

Definition at line 44 of file slist.h.

Field Documentation

◆ ntsl_list

char** ntsl_list

Array of pointers to strings.

Definition at line 53 of file slist.h.

◆ ntsl_nr

size_t ntsl_nr

Number of strings in the list. If it is 0, other fields are not valid.

Definition at line 49 of file slist.h.

◆ ntsl_str

char* ntsl_str

Single array with NUL-separated strings (one after another). ntsl_list contains the pointers to strings in this array.

Definition at line 58 of file slist.h.


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