NAME
netmgt_set_attribute - request an attribute in a data report
SYNOPSIS
bool_t netmgt_set_attribute (
char *attr_name);
DESCRIPTION
netmgt_set_attribute requests an attribute in a data report. attr_name is a pointer to a string containing the name of the attribute.
Parameters
attr_name
pointer to a valid attribute name in a group
RETURN VALUE
TRUE if successful, otherwise FALSE.
DIAGNOSTICS
If FALSE is returned, global variable netmgt_error indicates the error. The caller can get the reason for the error with netmgt_fetch_error(3n).
FILES
netmgt_arglist.h
SEE ALSO
netmgt_fetch_error(3n)