configuration support

This commit is contained in:
Sukchan Lee 2017-02-26 20:54:45 +09:00
parent 96518fa271
commit 3b8626069e
2 changed files with 48 additions and 24 deletions

View file

@ -8,9 +8,6 @@ extern "C" {
#endif /* __cplusplus */
struct s6a_fd_config_t {
/* Configuration file to parse */
const char *cnf_file;
/* Diameter Identity of the local peer (FQDN -- ASCII) */
char *cnf_diamid;
/* Diameter realm of the local peer, default to realm part of cnf_diamid */