config_get_hostname
Last updated March 2020
Name
config_get_hostname — Get the value of the hostname option
Synopsis
#include "ec_config.h"
| char * **config_get_hostname** (
| caller_scope)
; | |
Description
Get the value of the hostname option.
Note
The caller_scope
argument is virtually always NULL
; there is no reason for a consumer to make it anything else.
- caller_scope
-
An generic_module_infrastructure struct.
This function returns the value of the hostname
option.
It is legal to call this function in any thread.
Was this page helpful?