Add SKB command line option.
This commit is contained in:
@@ -6,6 +6,7 @@ struct cmdline
|
||||
unsigned int help : 1;
|
||||
unsigned int list : 1;
|
||||
unsigned int offload : 1;
|
||||
unsigned int skb : 1;
|
||||
};
|
||||
|
||||
void parsecommandline(struct cmdline *cmd, int argc, char *argv[]);
|
||||
Reference in New Issue
Block a user