summaryrefslogtreecommitdiff
path: root/include/pathfinding.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pathfinding.h')
-rw-r--r--include/pathfinding.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pathfinding.h b/include/pathfinding.h
index 9dcaab3..e648f2c 100644
--- a/include/pathfinding.h
+++ b/include/pathfinding.h
@@ -15,6 +15,7 @@ typedef struct t_pathfinding_request
array *to_fill;
uint64_t timestamp;
mutex mutex;
+ bool active;
} pathfinding_request;
array global_pathfinding_queue;