Audit Series Functions
Last updated March 2020
Name | Description |
---|---|
audit_series_add | Add a value to the counter associated with a key in a named series |
audit_series_count | Get the accumulated counts from a named series for a given key |
audit_series_define | Define an named audit series |
audit_series_get_items | Return the item of the named series |
audit_series_get_type | Return the type of the named series |
audit_series_item_delref | Function to release the key list returned from audit_series_get_items() [in] head - the head of linked list of items |
audit_series_remove_item | Remove the item identified by key in a named series |
The APIs documented here relate to the inbound_audit module.
Was this page helpful?