2016-11-17
2016-11-17 17:12:12 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
2e54515bdd9f9e917c6977c46ff06e2279f832f9
(6 lines)
(+4/-2)
[
Show
| Annotate
]
Branch: 2e54515bdd9f9e917c6977c46ff06e2279f832f9
FSGC: Some more support for quarantining.
Fixes [ep 31] some more.
2056: Inside #if constant(roxen.FSGarbWrapper)
//! will be removed when this object is destructed (eg via
//! refcount-garb).
roxen.FSGarbWrapper register_fsgarb(string path, int max_age,
- int|void max_size, int|void max_files)
+ int|void max_size, int|void max_files,
+ string|void quarantine)
{
return roxen.register_fsgarb(module_identifier(), path, max_age,
- max_size, max_files);
+ max_size, max_files, quarantine);
}
#endif