axa  2.2.0
Farsight Security Advanced Exchange Access (AXA)
hitlist_t Struct Reference

The successful result of looking up a key is an array of "hits". More...

Data Fields

int len
 Total length of the array. More...
 
int in_use
 Number of valid "hits". More...
 
hit_t hits [0]
 The hits. More...
 

Detailed Description

The successful result of looking up a key is an array of "hits".

Field Documentation

◆ len

int hitlist_t::len

Total length of the array.

◆ in_use

int hitlist_t::in_use

Number of valid "hits".

◆ hits

hit_t hitlist_t::hits[0]

The hits.