Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Immanuel
/
btpd
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Start previously active torrents after log file setup.
master
Richard Nyberg
hace 16 años
padre
ba9895e7a5
commit
5d0272a9a2
Se han
modificado 2 ficheros
con
6 adiciones
y
5 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-5
btpd/btpd.c
+6
-0
btpd/main.c
+ 0
- 5
btpd/btpd.c
Ver fichero
@@ -126,9 +126,4 @@ btpd_init(void)
timer_init(&m_grace_timer, grace_cb, NULL);
timer_init(&m_heartbeat, heartbeat_cb, NULL);
btpd_timer_add(&m_heartbeat, (& (struct timespec) { 1, 0 }));
if (!empty_start)
active_start();
else
active_clear();
}
+ 6
- 0
btpd/main.c
Ver fichero
@@ -269,6 +269,12 @@ args_done:
setlinebuf(stderr);
btpd_daemon_phase = 0;
if (!empty_start)
active_start();
else
active_clear();
evloop();
btpd_err("Exit from evloop with error (%s).\n", strerror(errno));
Escribir
Vista previa
Cargando…
Cancelar
Guardar