Crinit -- Configurable Rootfs Init
crinitTaskCmd_t Struct Reference

#include <task.h>

Public Attributes

int argc
 Number of arguments within argv. More...
 
char ** argv
 String array containing the program arguments, argv[0] contains absolute path to executable. More...
 

Detailed Description

Type to store a single command within a task.

Member Data Documentation

◆ argc

int crinitTaskCmd_t::argc

Number of arguments within argv.

◆ argv

char** crinitTaskCmd_t::argv

String array containing the program arguments, argv[0] contains absolute path to executable.


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