{
{    The purpose of this request is to accept a switch of ownership of a CDNA
{  connection end point from another job executing on the local system.
{  Switching ownership of a connection end point is a local system operation --
{  the peer application at the remote connection end point receives no
{  indication of this action.
{
{    Switching ownership of a connection end point is a cooperative process
{  which requires the active participation of both the source job (current
{  owner) and the destination job (proposed owner).  The source job makes an
{  offer to switch a connection end point to a destination job.  The
{  destination
{  job uses this request to accept the switch offer and complete the connection
{  end point switch.
{
{    If the specified source job has not offered to switch a connection end
{  point when this request is made, the request waits a specified interval of
{  time for a switch offer to be made (and completes as soon as an offer is
{  made).  If no switch offer is made within this interval, the request
{  returns an
{  abnormal status.  The osp$await_activity_complete request may also be used
{  to
{  wait for the source job to offer to switch a connection end point.
{
{    The connection whose end point is switched may or may not be established,
{  depending on the actions taken by the source job before the connection end
{  point is switched.  If the connection is not established, attempts to access
{  the connection will result in abnormal status.
{
{        NAP$ACCEPT_SWITCH_OFFER (FILE, SOURCE, ATTRIBUTES, WAIT_TIME, STATUS)
{
{  FILE: (input) This parameter specifies the name of the network file which is
{        to be created to identify the switched connection end point.
{
{        The network file is created in the $LOCAL catalog.
{
{  SOURCE: (input) This parameter specifies the job from which a connection end
{        point is to be switched.  Only a switch offer made by the specified
{        source job may be accepted.
{
{  ATTRIBUTES: (input) This parameter specifies the connection attribute values
{        which are to be used for the switched connection.  A value of NIL for
{        this parameter indicates that default values are to be used for all
{        attributes.
{
{  WAIT_TIME: (input) This parameter specifies the number of milliseconds that
{        the request is to wait for the specified source job to offer to switch
{        a connection end point.
{
{  STATUS: (output) This parameter specifies the request status.
{        CONDITIONS:
{              ame$file_known
{              nae$invalid_eoi_message_size
{              nae$max_data_length_exceeded
{              nae$no_switch_offered
{              nae$unknown_attribute
{              {other BAM conditions
{
