Skip to main content

Name

ec_log_rejection — Records the fact that Momentum rejected an incoming message (deprecated)

Synopsis

#include "log.h"

| void **ec_log_rejection** ( | now, |   | |   | ac, |   | |   | ctx, |   | |   | phase, |   | |   | format, |   | |   | ); |   |

struct timeval * <var class="pdparam">now</var>; accept_construct * <var class="pdparam">ac</var>; validate_context * <var class="pdparam">ctx</var>; int <var class="pdparam">phase</var>; const char * <var class="pdparam">format</var>; ...;

Description

Records the fact that Momentum rejected an incoming message.

Deprecated

Use ec_log_rejection2 instead.

Was this page helpful?