Add time flag for how long to run the program for.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user