NAME
imme_abort - Aborts a message enqueue
SYNOPSIS
#include <imta.h>
void imme_abort(imme_t me);
DESCRIPTION
imme_abort () aborts the message currently being enqueued
with the enqueue context me. A new one may then be gen-
erated with imme_start_envelope().
This routine is typically called when an error occurs while
enqueuing a message and the submission needs to be aborted.
ATTRIBUTES
_______________________________________
| Attribute Type | Attribute Value|
|____________________|_________________|
| Architecture | sparc, x86 |
|____________________|_________________|
| Availability | SUNWimsdk |
|____________________|_________________|
| MT-Level | MT-Safe |
|____________________|_________________|
| Interface Stability| Stable |
|____________________|_________________|
SEE ALSO
imme_start_envelope(3)