Documentation

This commit is contained in:
2026-01-26 23:55:41 +01:00
parent 20df30ace8
commit 2576a50108
4 changed files with 128 additions and 2 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ int main(int argc, char *argv[]) {
}
int server_queue_id = -1;
const char *id_path = "/home/piotr/server_queue_id";
const char *id_path = "server_queue_id";
int fd = open(id_path, O_RDONLY);
if (fd == -1) {
perror("Failed to open server queue id file");