diff --git a/compte-rendu.txt b/compte-rendu.txt new file mode 100644 index 0000000..a38f270 --- /dev/null +++ b/compte-rendu.txt @@ -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 \ No newline at end of file diff --git a/graph_n1.png b/graph_n1.png new file mode 100644 index 0000000..a58338e Binary files /dev/null and b/graph_n1.png differ