Branch: Tag:

2016-11-17

2016-11-17 17:12:12 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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