mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-25 19:30:44 +02:00
Moved from core-writer to core-buffer
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef WRITERUTILS_H
|
||||
#define WRITERUTILS_H
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace WriterUtils {
|
||||
void set_process_effective_id(int user_id);
|
||||
void create_destination_folder(const std::string& output_file);
|
||||
}
|
||||
|
||||
#endif // WRITERUTILS_H
|
||||
Reference in New Issue
Block a user