Loading...
Searching...
No Matches
1#ifndef BIO_FREEBSD_PLATFORM_H
2#define BIO_FREEBSD_PLATFORM_H
27#ifndef BIO_FREEBSD_DEFAULT_BATCH_SIZE
28# define BIO_FREEBSD_DEFAULT_BATCH_SIZE 4
37 struct kevent* result;
43 BIO_ARRAY(
struct kevent) in_events;
44 struct kevent* out_events;
47 struct sigaction old_sigterm;
48 struct sigaction old_sigint;
49 bool signal_monitored;
Handle to a signal.
Definition bio.h:147