diff options
author | nicm <nicm> | 2017-07-09 22:33:09 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-07-09 22:33:09 +0000 |
commit | 58b796608f3aca60f0abb21e2f96aa55ecb18ab3 (patch) | |
tree | 266b1b168620a41a82b32f5eb180b117ba1aaffa /tmux.h | |
parent | bfaa885f10ec9da42cd3aeb7a3efa999073657fa (diff) | |
download | rtmux-58b796608f3aca60f0abb21e2f96aa55ecb18ab3.tar.gz rtmux-58b796608f3aca60f0abb21e2f96aa55ecb18ab3.tar.bz2 rtmux-58b796608f3aca60f0abb21e2f96aa55ecb18ab3.zip |
Some extra logging to show why tmux might exit.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 *); |