C
C RSPLST
C 
C RESPONSE BUFFER LIST HEAD WITHIN THE ROUTING DATABASE
C
C  	NODE: RSP_COUNT is located in MA_ROUTER common
c	      which is initialized from the routing database
C	      and contains the number of response buffers
c             allocated.
c		ie: record/rsplst/rsplst(rsp_count)
c
C DATE OF LAST UPDATE:  7/15/86
C
	STRUCTURE/RSPLST/
	   INTEGER*4 RSP$B_USE	! IN USE FLAG
	   INTEGER*4 RSP$L_ADD	! address of BUFFER
	END STRUCTURE
C