GNUnet 0.21.1
ConfigSection Struct Reference

configuration section More...

Collaboration diagram for ConfigSection:
[legend]

Data Fields

struct ConfigSectionnext
 This is a linked list. More...
 
struct ConfigEntryentries
 entries in the section More...
 
char * name
 name of the section More...
 
bool inaccessible
 Is the configuration section marked as inaccessible? More...
 
char * hint_secret_filename
 Diagnostics hint for the secret file. More...
 
char * hint_secret_stat
 Extra information regarding permissions of the secret file. More...
 
char * hint_inlined_from_filename
 For secret sections: Where was this inlined from? More...
 
unsigned int hint_inlined_from_line
 For secret sections: Where was this inlined from? More...
 

Detailed Description

configuration section

Definition at line 70 of file configuration.c.

Field Documentation

◆ next

◆ entries

◆ name

◆ inaccessible

bool ConfigSection::inaccessible

Is the configuration section marked as inaccessible?

This can happen if the section name is used in an @inline-secret@ directive, but the referenced file can't be found or accessed.

Definition at line 93 of file configuration.c.

Referenced by find_entry(), GNUNET_CONFIGURATION_iterate_section_values(), and handle_inline().

◆ hint_secret_filename

char* ConfigSection::hint_secret_filename

Diagnostics hint for the secret file.

Definition at line 98 of file configuration.c.

Referenced by GNUNET_CONFIGURATION_remove_section(), and handle_inline().

◆ hint_secret_stat

char* ConfigSection::hint_secret_stat

Extra information regarding permissions of the secret file.

Definition at line 103 of file configuration.c.

Referenced by GNUNET_CONFIGURATION_remove_section(), and handle_inline().

◆ hint_inlined_from_filename

char* ConfigSection::hint_inlined_from_filename

For secret sections: Where was this inlined from?

Definition at line 108 of file configuration.c.

Referenced by GNUNET_CONFIGURATION_remove_section(), and handle_inline().

◆ hint_inlined_from_line

unsigned int ConfigSection::hint_inlined_from_line

For secret sections: Where was this inlined from?

Definition at line 113 of file configuration.c.

Referenced by handle_inline().


The documentation for this struct was generated from the following file: