Add SKB command line option.

This commit is contained in:
gamemann
2021-11-12 16:39:36 +00:00
parent ad48c3c7f7
commit 04ba803b11
2 changed files with 8 additions and 1 deletions

View File

@@ -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[]);