NAME
slack_unbind
SYNOPSIS
#include <charm.h>
Status slack_unbind( Cap slackcap );
PARAMETERS
slackcap The capability associated with slack time manager.
DESCRIPTION
This function disassociates an arena with slack time management.
RETURN VALUES
Upon the successful completion, the slack_unbind() function returns [SUCCESS].
ERRORS
If the slack_unbind() function fails, a Status is returned that corresponds to one of the following values:
[SLACK_CAP_ INVALID] The capability specified by slackcap is invalid.
RELATED INFORMATION