| 
    ROHC compression/decompression library
    
   | 
 
Define a list for compression. More...
#include <rohc_list.h>

Data Fields | |
| unsigned int | id | 
| struct rohc_list_item * | items [ROHC_LIST_ITEMS_MAX] | 
| size_t | items_nr | 
| size_t | counter | 
Define a list for compression.
| size_t rohc_list::counter | 
How many times the list was transmitted?
| unsigned int rohc_list::id | 
The ID of the compressed list
| struct rohc_list_item* rohc_list::items[ROHC_LIST_ITEMS_MAX] | 
The items in the list
| size_t rohc_list::items_nr | 
The number of items in the list
 1.8.13