Crinit -- Configurable Rootfs Init
crinitEnvSet_t Struct Reference

#include <envset.h>

Public Attributes

char ** envp
 
size_t allocSz
 Currently allocated size of envp, may be larger than the number of initialized elements. More...
 
size_t allocInc
 Increment to add to envp's size in case we run out of space. More...
 

Detailed Description

Data type to hold a mutable environment set.

Member Data Documentation

◆ allocInc

size_t crinitEnvSet_t::allocInc

Increment to add to envp's size in case we run out of space.

◆ allocSz

size_t crinitEnvSet_t::allocSz

Currently allocated size of envp, may be larger than the number of initialized elements.

◆ envp

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.


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