CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
LogForwardStats Struct Reference

What a forwarder has done so far. More...

#include <logforward.h>

Data Fields

uint64 sent
 Records handed to the transport.
 
uint64 spooled
 Records held because the transport was not taking any.
 
uint64 dropped
 Records the spool evicted to stay within its bound.
 
uint64 looped
 Records refused because forwarding them would close a loop.
 
uint64 failed
 Records that could not be encoded.
 
uint64 pending
 Bytes currently spooled.
 
bool subscribed
 A receiver has asked for something and has not been unsubscribed.
 

Detailed Description

What a forwarder has done so far.

Definition at line 130 of file logforward.h.


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