{
{    The purpose of this procedure is to initialize the template for the
{ Session Internal Interface connection.  This procedure should be called only
{ once during NAM/VE initialization.
{
{       NLP$SL_INITIALIZE (SAP_PROCESSOR, CONNECTION_PROCESSOR,
{             APPLICATION_LAYER)
{
{ SAP_PROCESSOR: (input)  This parameter specifies a procedure in the
{       requestor's layer to be called to accept delivery of connect events
{       occurring on the service access point which is to be opened.  This
{       procedure will always be called in a NAM/VE system task.  If this is
{       not an appropriate task for processing the delivered event, then it is
{       the responsibility of the procedure to switch processing to an
{       appropriate task.
{
{ CONNECTION_PROCESSOR: (input)  This parameter specifies a procedure in the
{       requestor's layer to be called to accept delivery of connection events
{       occurring on the service access point.  This procedure may be called in
{       any task.  If the called task is not an appropriate task for processing
{       the delivered event, then it is the responsibility of the procedure to
{       switch processing to an appropriate task.
{
{ APPLICATION_LAYER: (input)  This parameter specifies the application layer
{       that is ultimate user of the service access ponit.
{
