diff options
author | David Timber <mieabby@gmail.com> | 2020-01-01 09:50:34 +1100 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-01-01 09:50:34 +1100 |
commit | ed809a51fdd1c313cd256301ef6f7211e8394cb1 (patch) | |
tree | 81a3054ce0d42976f80c973e2b6ebf9c1b8b7476 /src/heartbeat-worker.h | |
parent | 6e456edb2757cf9d28d306afb836aa16780fb912 (diff) |
checkpoint
Diffstat (limited to 'src/heartbeat-worker.h')
-rw-r--r-- | src/heartbeat-worker.h | 9 |
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); |