struct state_header
Defined at line 602 of file ../../zircon/third_party/uapp/dash/src/nodes.c
Fuchsia-specific:
This is the definition of the header of the VMO used for transferring initialization
information to a subshell. This information would be automatically inherited if we
were able to invoke the subshell using a fork().
For now, we pass symbol table information (non-exported symbols, those are passed in
the environment) and a list of operations to be performed by the subshell.
Public Members
size_t total_size
size_t num_symbols
size_t symtab_offset
size_t cmd_offset
size_t string_offset