Ubox
OpenWrt core utilities
initd Struct Reference
Collaboration diagram for initd:

Data Fields

struct list_head list
 
char * name
 
char * exec
 
char * desc
 
char * tpl
 
char ** deps
 
int start
 
int stop
 

Detailed Description

Definition at line 29 of file lsbloader.c.

Field Documentation

◆ deps

char** initd::deps

Definition at line 36 of file lsbloader.c.

◆ desc

char* initd::desc

Definition at line 34 of file lsbloader.c.

◆ exec

char* initd::exec

Definition at line 33 of file lsbloader.c.

◆ list

struct list_head initd::list

Definition at line 164 of file lsbloader.c.

◆ name

char* initd::name

Definition at line 32 of file lsbloader.c.

◆ start

int initd::start

Definition at line 37 of file lsbloader.c.

◆ stop

int initd::stop

Definition at line 38 of file lsbloader.c.

◆ tpl

char* initd::tpl

Definition at line 35 of file lsbloader.c.


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