Skip to content

Commit

Permalink
Update Rdutil.hh - revert defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
entrity authored Feb 21, 2025
1 parent 5960c43 commit eef0360
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Rdutil.hh
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,8 @@ public:
// if there is trouble with too much disk reading, sleeping for nsecsleep
// nanoseconds can be made between each file.
int fillwithbytes(enum Fileinfo::readtobuffermode type,
enum Fileinfo::readtobuffermode lasttype =
Fileinfo::readtobuffermode::NOT_DEFINED,
long nsecsleep = 0,
enum Fileinfo::readtobuffermode lasttype,
long nsecsleep,
std::size_t buffersize,
void (*debugProgress)(int, int) = NULL);

Expand Down

0 comments on commit eef0360

Please # to comment.