Trailing-Edge
-
PDP-10 Archives
-
BB-P363B-SM_1985
-
mcb/nml/nmlext.req
There are 2 other files named nmlext.req in the archive. Click here to see a list.
! NET:<DECNET20-V3P1.BASELEVEL-2.SOURCES>NMLEXT.REQ.9 4-Jun-81 08:35:09, Edit by SROBINSON
!
! Remove NMU$TEXT stuff as default
!
! NET:<DECNET20-V3P1.NML>NMLEXT.REQ.3 29-Mar-81 22:01:22, Edit by GUNN
!
! Removed use of NMU$FATAL and changed to TASK_INFO.
!
! NMLEXT.REQ - NML External Routines Declaration
!
! COPYRIGHT (c) 1980, 1981, 1982
! DIGITAL EQUIPMENT CORPORATION
! Maynard, Massachusetts
!
! This software is furnished under a license and may be used
! and copied only in accordance with the terms of such license
! and with the inclusion of the above copyright notice. This
! software or any other copies thereof may not be provided or
! otherwise made available to any other person. No title to
! and ownership of the software is hereby transferred.
!
! The information in this software is subject to change
! without notice and should not be construed as a commitment
! by DIGITAL EQUIPMENT CORPORATION.
!
! DIGITAL assumes no responsibility for the use or reliability
! of its software on equipment which is not supplied by
! DIGITAL.
!
!++
! FACILITY: DECnet-10/20 V3.0 Network Management Layer (NML)
!
! ABSTRACT:
!
! Contains external declarations required by NML.
!
! ENVIRONMENT: TOPS-10/20 User mode under NML
!
! AUTHOR: Dale C. Gunn , CREATION DATE: 5-Nov-80
!
!--
!
! Macros
!
%( Temporary macros for use during development. To be removed for
final release )%
!
! $INTERNAL_ERROR$ (DESCRIPTION)
!
! Causes a halt and error message to be printed and
! generates a false value to be generated.
!
! *********************************************************
! * To be replaced later by specific NML error mechanism. *
! *********************************************************
!
macro
$INTERNAL_ERROR$ [] =
begin
TASK_INFO (%remaining) ;
return $FALSE
end % ;
!
! $INCOMPLETE$ (COMMENT)
!
! Generate a source code place holder to be coded later.
!
macro
$INCOMPLETE$ (DUMMY) =
%print ('! ! ! *** Generate NICE$_OPF return code for now')
%if not %null(DUMMY)
%then %print (DUMMY)
%fi
($NICE$ERR_OPF) % ;
!
! External references
!
external
routine
NMU$SCHED_MANAGER, ! NM Utility routines
NMU$MEMORY_MANAGER,
NMU$QUEUE_MANAGER,
NML$REQUEST_MANAGER ; ! NML Request Processing Routines
! NMLEXT.REQ - LAST LINE
! Local Modes:
! Mode:BLISS
! Auto Save Mode:2
! Comment Column:40
! End: