z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


xxfi_abort - Message aborted

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

#include <libmilter/mfapi.h>
sfsistat (*xxfi_abort)(
	     SMFICTX * ctx
);

xxfi_abort description

Handle the current message being aborted. xxfi_abort can be called at any time during message processing (between some message-oriented routine and xxfi_eom).

xxfi_abort parameters

ctx
Opaque context structure.
Notes:
  1. xxfi_abort must reclaim any resources allocated on a per-message basis, and must be tolerant of being called between any two message-oriented callbacks.
  2. Calls to xxfi_abort and xxfi_eom are mutually exclusive.
  3. xxfi_abort is not responsible for reclaiming connection-specific data, since xxfi_close is always called when a connection is closed.
  4. Becuase the current message is already being aborted, the return value is currently ignored.
  5. xxfi_abort is called only if the message is aborted outside the filter's control and the filter has not completed its message-oriented processing. For example, if a filter has already returned SMFIS_ACCEPT, SMFIS_REJECT or SMFIS_DISCARD from a message-oriented routine, xxfi_abort is not called, even if the message is later aborted outside its control.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014