ec_log_rejection
Last updated March 2020
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.
Use ec_log_rejection2 instead.
Was this page helpful?