From 58b796608f3aca60f0abb21e2f96aa55ecb18ab3 Mon Sep 17 00:00:00 2001 From: nicm Date: Sun, 9 Jul 2017 22:33:09 +0000 Subject: Some extra logging to show why tmux might exit. --- tmux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 1b515f58..ce666230 100644 --- a/tmux.h +++ b/tmux.h @@ -2295,7 +2295,7 @@ struct session *session_find_by_id(u_int); struct session *session_create(const char *, const char *, int, char **, const char *, const char *, struct environ *, struct termios *, int, u_int, u_int, char **); -void session_destroy(struct session *); +void session_destroy(struct session *, const char *); void session_add_ref(struct session *, const char *); void session_remove_ref(struct session *, const char *); int session_check_name(const char *); -- cgit