SC_SET_MONITOR(3)
SCORE-D LIBRARY
SC_SET_MONITOR(3)
NAME
sc_set_monitor - set user load monitor

SYNOPSIS
#include <sc.h>

void sc_set_monitor(int which, unsigned char value)

DESCRIPTION
The sc_set_monitor() function set the value which can be viewed via SCore-D load monitor. Currently two monitors which user program can control. If the value of which variable is zero, then value is set for 0th monitor. Otherwise the value is set for first monitor.

RETURN VALUES
None.

SEE ALSO
scrun

$Id: sc_set_monitor.html,v 1.1.1.1 2002/02/12 02:00:13 kameyama Exp $