| 97 | bool GetRenameOnly(void) const {return renameonly;} |
| 98 | bool GetRecursive(void) const {return recursive;} |
| 99 | bool GetSkipData(void) const {return skipdata;} |
| 100 | u64 GetSkipLeaway(void) const {return skipleaway;} |
| 101 | #ifdef _OPENMP |
| 102 | u32 GetNumThreads(void) {return nthreads;} |
no outgoing calls