_NAFSorter Struct Reference
A sort context for sorting NAFlows. More...
#include <sort.h>
Data Fields | |
| GMemChunk * | chunk |
| Flow storage memory chunk. | |
| GPtrArray * | array |
| Flow array to sort. | |
| uint32_t | desc [NAF_SORT_FIELDCOUNT] |
| Sort descriptor; array of NAF_FM_* bits describing order of fields. | |
| uint32_t | limit |
| Limit of records to output per bin; 0 for unlimited. | |
| gboolean | defined |
| Internal flag used to track whether the descriptor is valid. | |
| gboolean | active |
| Internal flag used to track whether sorter is active. | |
Detailed Description
A sort context for sorting NAFlows.
Field Documentation
| gboolean _NAFSorter::active |
Internal flag used to track whether sorter is active.
If TRUE, array and chunk are valid.
The documentation for this struct was generated from the following file: