PMBINDCHANNEL(3)
PM Programmer's Manual
PMBINDCHANNEL(3)
NAME
pmBindChannel - bind a channel to a context

SYNOPSIS
int pmBindChannel(pmContext *pmc, int chan);

ARGUMENTS
pmContext * pmc
IN
pmContext object
int chan
IN
Channel number

IMPLEMENTATION LEVEL
DEVICE DEPENDENT

DESCRIPTION
pmBindChannel() binds a channel chan to a context pmc.

RETURN VALUES
PM_SUCCESS Success
EINVAL Invalid channel number
EBUSY Channel is already bound to another context
ENOSYS Operation not supported


CREDIT
This document is a part of the SCore cluster system software developed at PC Cluster Consortium, Japan. Copyright (C) 2003 PC Cluster Consortium.