RTRlib
Loading...
Searching...
No Matches
aspa_array Struct Reference

Struct which is similar in function to std::vector from C++. More...

#include <aspa_array.h>

Data Fields

uint32_t size
 
size_t capacity
 
struct aspa_recorddata
 

Detailed Description

Struct which is similar in function to std::vector from C++.

If the vector is running full, a larger chunk of memory is reallocated.

This structure stores ASPA records in a contiguous chunk of memory, sorted in ascending order by their customer ASN.

Field Documentation

◆ capacity

size_t aspa_array::capacity

◆ data

struct aspa_record* aspa_array::data

◆ size

uint32_t aspa_array::size

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