Add time flag for how long to run the program for.

This commit is contained in:
gamemann
2021-12-15 20:51:23 +00:00
parent 21b15badf6
commit 5012fc9ff8
3 changed files with 18 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ struct cmdline
char *cfgfile;
unsigned int offload : 1;
unsigned int skb : 1;
unsigned int time;
unsigned int list : 1;
unsigned int help : 1;
};