{
{    The purpose of this request is to return a list of mainframes which
{ are acting as partners to the host mainframe and the state of each. The
{ "mainframe" specified by dfc$loopback_server_mainframe will be ignored by
{ the processing of this request.
{
{       DFP$GET_PARTNER_MAINFRAMES (PARTNERS_ARE_SERVERS,
{             P_PARTNER_MAINFRAMES, PARTNER_COUNT)
{
{ PARTNERS_ARE_SERVERS: (input) This parameter specifies whether the partner
{       mainframes of interest are servers or clients.
{
{ P_PARTNER_MAINFRAMES: (output) This parameter specifies a pointer to the
{       array of mainframes to be be set by this request. If the value of
{       this parameter is NIL, only the partner_count is returned.
{
{ PARTNER_COUNT: (output) This parameter specifies the number of mainframes
{       found which satisfy the partners_are_servers parameter. This value
{       could be greater than the upper bound of the p_partner_mainframes
{       parameter.
{
