GNUnet 0.26.2-32-gd298f7855
 
Loading...
Searching...
No Matches
EnviEntry Struct Reference

Key-value pairs for setenv(). More...

Data Fields

char * key
 Environment key to use.
 
char * value
 Value of the environment variable.
 

Detailed Description

Key-value pairs for setenv().

Definition at line 70 of file os_process.c.

Field Documentation

◆ key

char* EnviEntry::key

Environment key to use.

Definition at line 75 of file os_process.c.

Referenced by GNUNET_process_destroy(), GNUNET_process_set_options_(), and GNUNET_process_start().

◆ value

char* EnviEntry::value

Value of the environment variable.

Definition at line 80 of file os_process.c.

Referenced by GNUNET_process_destroy(), GNUNET_process_set_options_(), and GNUNET_process_start().


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