Skip to main content

Name

ec_get_default_conf_path — Return the default search path, with parsed {NODENAME} and {SUBCLUSTER} references

Synopsis

#include "util.h"

| char * **ec_get_default_conf_path** ( | ); |   |

void;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

Return the default search path, with parsed {NODENAME} and {SUBCLUSTER} references.

The caller is required to free the memory allocated by this function.

Return Values

returns a pointer to a colon-separated path list that must be freed by the caller when it is no longer required.

Was this page helpful?