| Updated: October 28, 2024 |
Output a formatted string while using the message rate-limiting mechanism
#include <qvm/outpipe.h>
void qvm_outfrl(const unsigned int attr,
const unsigned int rate,
uint64_t *const ptime,
const char *const fmt,
...)
This function is deprecated and will be removed soon; use qvm_fatal() for QVM_OUTAL_FATAL or QVM_OUTAL_INTERNAL errors and qvm_logf_bounded() for other severity levels instead.