This commit is contained in:
2025-10-14 09:10:59 +02:00
parent f09be2ba12
commit 83f0dd2ec4
2 changed files with 26 additions and 0 deletions

26
compte-rendu.txt Normal file
View File

@@ -0,0 +1,26 @@
Deamon.c
create_deamon : 4 routes
ping_request : 2 routes
send_check : 4 routes
check_keep_working :6 routes (voir graph_n1)
daemon_work : 4 routes
db_sqlite.c
db_connect : 1 routes
db_disconnect : 1 routes
insert_hourly_report : 1 routes
ping_report.c
main : 4 routes
stats.c
get_ping_from_temp_log : 11 routes
utils.c
write_pid_file : 2 routes
remove_file : 1 routes