Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-06-18 12:01:22 +01:00
7 changed files with 46 additions and 7 deletions

View File

@ -44,7 +44,7 @@ struct clients clients;
struct tmuxproc *server_proc;
static int server_fd = -1;
static int server_client_flags;
static uint64_t server_client_flags;
static int server_exit;
static struct event server_ev_accept;