omni_abort(3) — Subroutines
Name
omni_abort − The omni_abort procedure immediately terminates an association with a remote VMD.
Syntax
extern unsigned long int omni_abort [_a] (
omni_l_handle vmd_handle,
omni_r_iosb ∗iosb,
omni_r_ctrl ∗ctrl);
Arguments
vmd_handleaccess: read only mechanism: by value The longword identifier of a loaded VMD definition of the remote peer of an association. The vmd_handle is returned by the omni_define procedure.
iosb
access: write only mechanism: by reference optional argument The DEComni I/O status block. The iosb parameter is the address of the status block.
ctrlaccess: read only mechanism: by reference optional argument A control structure to specify an event flag.
The ctrl parameter is the address of the control structure.
Usage Notes
All pending service requests will return with status omni_s_svc_incomplete. All calls to omni_get_indications which have not been satisfied will be returned with omni_s_assoc_exited in the general completion status of th IOSB.