FileAnalysis: add bif for setting timeout interval

This commit is contained in:
Jon Siwek 2013-04-11 12:08:46 -05:00
parent e2fbee9054
commit 2fba37e277
7 changed files with 55 additions and 2 deletions

View file

@ -34,6 +34,11 @@ public:
*/
double GetTimeoutInterval() const;
/**
* Set the "timeout_interval" field from #val record to \a interval seconds.
*/
void SetTimeoutInterval(double interval);
/**
* @return value of the "id" field from #val record.
*/