added logger
triing to add logger and some queue features (main loop can send and retrieve items form queue based on schedule and communication with dekstop interface)
This commit is contained in:
12
src/client_backend/local_schedule.h
Normal file
12
src/client_backend/local_schedule.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#ifndef LOCAL_SCHEDULE_H
|
||||
#define LOCAL_SCHEDULE_H
|
||||
#include <iostream>
|
||||
#include <ctime>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <algorithm>
|
||||
int check_for_sched_tasks(const char* sched_name, const char* sched_path);
|
||||
void unlock_task(const std::string& task_name);
|
||||
#endif // !LOCAL_SCHEDULE_H
|
||||
Reference in New Issue
Block a user