ifctrstat: Initial structure for new applet
This commit is contained in:
parent
36f0930c27
commit
05e0ac139b
5 changed files with 163 additions and 0 deletions
|
|
@ -32,10 +32,17 @@ extern struct if_applet ifup_applet;
|
|||
extern struct if_applet ifdown_applet;
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_IFCTRSTAT
|
||||
extern struct if_applet ifctrstat_applet;
|
||||
#endif
|
||||
|
||||
struct if_applet ifupdown_applet;
|
||||
const struct if_applet *self_applet = NULL;
|
||||
|
||||
struct if_applet *applet_table[] = {
|
||||
#ifdef CONFIG_IFCTRSTAT
|
||||
&ifctrstat_applet,
|
||||
#endif
|
||||
#ifdef CONFIG_IFUPDOWN
|
||||
&ifdown_applet,
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue