Key-value pairs for setenv(). More...
Data Fields | |
| char * | key |
| Environment key to use. | |
| char * | value |
| Value of the environment variable. | |
Key-value pairs for setenv().
Definition at line 70 of file os_process.c.
| 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().
| 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().