이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
Immanuel
/
btpd
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Start previously active torrents after log file setup.
master
Richard Nyberg
16 년 전
부모
ba9895e7a5
커밋
5d0272a9a2
2개의 변경된 파일
과
6개의 추가작업
그리고
5개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
btpd/btpd.c
+6
-0
btpd/main.c
+ 0
- 5
btpd/btpd.c
파일 보기
@@ -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
파일 보기
@@ -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));
쓰기
미리보기
불러오는 중...
취소
저장