Table of Contents

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 generated 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)

SunOS 5.5.1 Last change: 05 Jan 1998 1


Table of Contents