summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-04-11 06:16:14 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-04-11 06:16:14 +0000
commit6703ca8d26a57acc0314f58d6899f383d4235acb (patch)
tree7a1459ae971ed9b71037b1263389d17960c6214a /tmux.h
parent631d6b59fdb193cc29d845d1baf30b729a4cb75a (diff)
Stop accepting new clients for 1 second on EMFILE/ENFILE. Based on
ongoing fixes to other daemons by Theo.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index cc37cbaf..160831a3 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1713,6 +1713,7 @@ extern struct clients dead_clients;
extern struct paste_stack global_buffers;
int server_start(int, char *);
void server_update_socket(void);
+void server_add_accept(int);
/* server-client.c */
void server_client_create(int);