aboutsummaryrefslogtreecommitdiff
path: root/src/heartbeat-worker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/heartbeat-worker.h')
-rw-r--r--src/heartbeat-worker.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/heartbeat-worker.h b/src/heartbeat-worker.h
new file mode 100644
index 0000000..7a5f060
--- /dev/null
+++ b/src/heartbeat-worker.h
@@ -0,0 +1,9 @@
+#pragma once
+#include "worker.h"
+
+#include <stddef.h>
+#include <stdbool.h>
+#include <stdint.h>
+
+
+bool prne_alloc_heartbeat_worker (prne_worker_t *w);