Fix cpuset

Authored-by: Jan Beich <jbeich@FreeBSD.org>
This commit is contained in:
Alexander Shursha 2024-11-29 13:49:09 +03:00
parent d1036eaf4f
commit 63056714c4

View file

@ -54,6 +54,11 @@
#define MEMORY_SIZE (8 * 2 * 1024 * 1024)
#ifdef __FreeBSD__
#include <sys/cpuset.h>
#define cpu_set_t cpuset_t
#endif
typedef struct io_t {
pa_atomic_t *flag;