Reorder cmdline structure for organization.
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
struct cmdline
|
||||
{
|
||||
char *cfgfile;
|
||||
unsigned int help : 1;
|
||||
unsigned int list : 1;
|
||||
unsigned int offload : 1;
|
||||
unsigned int skb : 1;
|
||||
unsigned int list : 1;
|
||||
unsigned int help : 1;
|
||||
};
|
||||
|
||||
void parsecommandline(struct cmdline *cmd, int argc, char *argv[]);
|
||||
Reference in New Issue
Block a user