Version 7.0
Copyright © 2021 Lowell D. Thomas
APG
… an ABNF Parser Generator
Data Fields
node_stat Struct Reference

Holds the statistics for a single node. More...

Data Fields

const char * cpName
 The node name. More...
 
aint uiHits
 Total number of hits. More...
 
aint uiMatch
 Number of matched hits. More...
 
aint uiNomatch
 Number of not matched hits. More...
 

Detailed Description

Holds the statistics for a single node.

Definition at line 52 of file stats.c.

Field Documentation

◆ cpName

const char* node_stat::cpName

The node name.

Definition at line 53 of file stats.c.

◆ uiHits

aint node_stat::uiHits

Total number of hits.

Definition at line 54 of file stats.c.

◆ uiMatch

aint node_stat::uiMatch

Number of matched hits.

Definition at line 55 of file stats.c.

◆ uiNomatch

aint node_stat::uiNomatch

Number of not matched hits.

Definition at line 56 of file stats.c.


The documentation for this struct was generated from the following file:
APG Version 7.0 is licensed under the 2-Clause BSD License,
an Open Source Initiative Approved License.