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


xxfi_close - Connection cleanup

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

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

xxfi_close description

Provides notification that the current connection is being closed. xxfi_close is always called once at the end of each connection. The default behavior is to do nothing and then return SMFIS_CONTINUE.

xxfi_close parameters

ctx
Opaque context structure.
Notes:
  1. xxfi_close is called on close even if the previous mail transaction was aborted.
  2. xxfi_close is responsible for freeing any resources allocated on a per-connection basis.
  3. Because the connection is already closing, the return value is currently ignored.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014