systemd backup rmps.conf & a minor build fix

This commit is contained in:
2018-04-29 14:59:46 +03:00
parent 295406d9c7
commit 4f5c6195e5
5 changed files with 8 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
#define JOB_H
#include "agent_ssl.h"
#include "../protocol.h"
#include "../src/protocol.h"
enum pthread_state { WAIT, WORK };
enum job_slot_state { FREE, FULL };