omni_accept_connect(3) — Subroutines
Name
omni_accept_connect − The omni_accept_connect procedure accepts an association request from a remote VMD.
Syntax
extern long unsigned int omni_accept_connect [_a](
omni_l_handle vmd_handle,
char reserved,
omni_b_boolean conclude_flag,
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. The vmd_handle is returned in the calling_vmd_handle of the omni_listen call.
reservedReserved for future use.
conclude_flagaccess: read only mechanism: by value optional argument One of the values shown in the following table.
| Value | Meaning |
| non 0 | DEComni delivers all conclude indications to the calling application for processing. |
| 0 | DEComni automatically accepts conclude requests. |
iosbaccess: 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.