void axl_node_set_attribute_ref ( axlNode node,
char *  attribute,
char *  value 
)

Allows to install a new attribute pair, based on the attribute name and the attribute value, without allocating memory for them.

This function works the same way like axl_node_set_attribute but reusing memory allocated by the user space to avoid allocating information twice.

Parameters:
node The axlNode where the attributes will be installed.
attribute The attribute name to be installed.
value The attribute value to be installed.