Crinit -- Configurable Rootfs Init
|
#include <envset.h>
Data Fields | |
char ** | envp |
size_t | allocSz |
Currently allocated size of envp, may be larger than the number of initialized elements. | |
size_t | allocInc |
Increment to add to envp's size in case we run out of space. | |
Data type to hold a mutable environment set.
size_t crinitEnvSet_t::allocInc |
Increment to add to envp's size in case we run out of space.
size_t crinitEnvSet_t::allocSz |
Currently allocated size of envp, may be larger than the number of initialized elements.
char** crinitEnvSet_t::envp |
Array of strings of the form "KEY=value" holding the environment variables. Each string is individually allocated. Terminated by a NULL-pointer after the last initialized element.