aboutsummaryrefslogtreecommitdiff
path: root/src/proone_heartbeat-worker.h
blob: aa4c66c618f354a93eacb8b25d68f07dc607efc6 (plain)
1
2
3
4
5
6
7
8
9
#pragma once
#include "proone_worker.h"

#include <stddef.h>
#include <stdbool.h>
#include <stdint.h>


bool proone_alloc_heartbeat_worker (proone_worker_t *w);