mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-09 21:57:37 +02:00
New command, server-info, to show server info + terminal details. Also tweak term stuff a bit.
This commit is contained in:
4
server.c
4
server.c
@ -1,4 +1,4 @@
|
||||
/* $Id: server.c,v 1.89 2009-01-07 22:57:03 nicm Exp $ */
|
||||
/* $Id: server.c,v 1.90 2009-01-10 01:30:38 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -118,6 +118,8 @@ server_start(const char *path)
|
||||
setproctitle("server (%s)", path);
|
||||
#endif
|
||||
log_debug("server started, pid %ld", (long) getpid());
|
||||
start_time = time(NULL);
|
||||
socket_path = path;
|
||||
|
||||
memset(&sa, 0, sizeof sa);
|
||||
sa.sun_family = AF_UNIX;
|
||||
|
Reference in New Issue
Block a user