#include <cat/gen.h>
char *catgen_servicepath(const char *service);
.services
'' and calls catinfo_name() to convert any dot ('.') in the name to an underscore ('_'). This is needed
since the '.' character is a delimiter for nodes and values in the info
tree.
The service argument is the service name of the Agent.
The function returns the info tree path name. The returned string must be freed by the caller.
catgen_fixservice, catgen_getint, catgen_infopath, catgen_newnode, catgen_set