sig_recv is extern'd in kore.h

This commit is contained in:
Joris Vink 2019-02-11 14:01:25 +01:00
parent 8a8b08f1e6
commit 66305e551a
2 changed files with 0 additions and 2 deletions

View File

@ -60,7 +60,6 @@ struct key {
char *rand_file = NULL;
static TAILQ_HEAD(, key) keys;
extern volatile sig_atomic_t sig_recv;
static int initialized = 0;
static void keymgr_reload(void);

View File

@ -88,7 +88,6 @@ static int worker_no_lock;
static int shm_accept_key;
static struct wlock *accept_lock;
extern volatile sig_atomic_t sig_recv;
struct kore_worker *worker = NULL;
u_int8_t worker_set_affinity = 1;
u_int32_t worker_accept_threshold = 16;