Skip to content

Commit

Permalink
Merge pull request #42 from DUNE-DAQ/johnfreeman/revert_reusablethrea…
Browse files Browse the repository at this point in the history
…d_move

Revert "Use ReusableThread from the utilities package"
  • Loading branch information
jcfreeman2 authored Jan 28, 2025
2 parents a5ba7f9 + 41b468f commit 293d89a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/DataRecorderModule.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "datahandlinglibs/concepts/RecorderConcept.hpp"
#include "datahandlinglibs/recorderconfig/Structs.hpp"
#include "datahandlinglibs/utils/BufferedFileWriter.hpp"
#include "utilities/ReusableThread.hpp"
#include "datahandlinglibs/utils/ReusableThread.hpp"

#include <atomic>
#include <fstream>
Expand Down
2 changes: 1 addition & 1 deletion plugins/DummyConsumer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "iomanager/IOManager.hpp"
#include "dfmessages/TimeSync.hpp"

#include "utilities/ReusableThread.hpp"
#include "datahandlinglibs/utils/ReusableThread.hpp"

#include <atomic>
#include <fstream>
Expand Down

0 comments on commit 293d89a

Please sign in to comment.