aboutsummaryrefslogtreecommitdiff
path: root/src/heartbeat-worker.h
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2020-01-01 09:50:34 +1100
committerDavid Timber <mieabby@gmail.com>2020-01-01 09:50:34 +1100
commited809a51fdd1c313cd256301ef6f7211e8394cb1 (patch)
tree81a3054ce0d42976f80c973e2b6ebf9c1b8b7476 /src/heartbeat-worker.h
parent6e456edb2757cf9d28d306afb836aa16780fb912 (diff)
checkpoint
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);