FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
int get_dns_node_name
(
char *
node_name
)
Definition at line
204
of file
utilities.c
.
Referenced by
init_dns_list()
.
205
{
206
char
*p;
207
208
if
( (p = getenv(
"DIM_DNS_NODE"
)) == NULL )
209
return
(0);
210
else
{
211
strcpy( node_name, p );
212
return
(1);
213
}
214
}
Here is the caller graph for this function:
dim
src
utilities.c
Generated on Sun Sep 18 2016 20:50:32 for FACT++ by
1.8.11