Repo-Init
 
Loading...
Searching...
No Matches
FileHelpers.cpp File Reference
#include "utils/FileHelpers.hpp"
#include "utils/ErrorHelpers.hpp"
#include <fcntl.h>
#include <iostream>
#include <sys/file.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include <spdlog/spdlog.h>
Include dependency graph for FileHelpers.cpp:

Go to the source code of this file.

Variables

constexpr int SLEEP_INTERVAL_MS = 50
 Sleep interval for the file monitor.
 

Variable Documentation

◆ SLEEP_INTERVAL_MS

int SLEEP_INTERVAL_MS = 50
constexpr

Sleep interval for the file monitor.

Definition at line 14 of file FileHelpers.cpp.