NAME
slack_change_caps - change the capabilities associated with slack time management.
SYNOPSIS
#include <charm.h>
Status slack_change_caps(Cap oldcap, Cap newcap );
PARAMETERS
oldcap The current capability associated with slack time management.
newcap The new capability to associate with slack time management.
DESCRIPTION
This function changes the capabilities associated with the slack time manager.
RETURN VALUES
Upon the successful completion, the slack_change_caps() function returns [SUCCESS] to indicate that the capability associated with the time slice has been changed.
ERRORS
[SLACK_CAP_INVALID] the capability presented in parameter oldcap is invalid.
RELATED INFORMATION
slack_bind(), slack_unbind()