Ejemplo n.º 1
0
void tmate_session_start(void)
{
	/* We split init and start because:
	 * - We need to process the tmux config file during the connection as
	 *   we are setting up the tmate identity.
	 * - While we are parsing the config file, we need to be able to
	 *   serialize it, and so we need a worker encoder.
	 */
	lookup_and_connect();
}
Ejemplo n.º 2
0
static void on_dns_retry(__unused evutil_socket_t fd, __unused short what,
			 __unused void *arg)
{
	lookup_and_connect();
}
Ejemplo n.º 3
0
static void on_dns_retry(evutil_socket_t fd, short what, void *arg)
{
	lookup_and_connect();
}