Timeout option added

This commit is contained in:
/jdi/ 2015-10-18 10:16:03 +02:00
parent de9a3f94f7
commit aa94eeda65
10 changed files with 79 additions and 54 deletions

View file

@ -118,7 +118,7 @@ struct Options {
std::string interface;
std::string file;
int debug_level=0;
long timeout;
long timeout = 180U;
};
#endif /* TYPES_H_ */