소스 검색

added a comment

Jiri Kuthan 23 년 전
부모
커밋
ebf9a16ce9
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      modules/tm/t_stats.c

+ 4 - 0
modules/tm/t_stats.c

@@ -14,6 +14,10 @@
 
 struct t_stats *cur_stats, *acc_stats;
 
+
+/* we don't worry about locking data during reads (unlike
+   setting values which always happens from some locks) */
+  
 int print_stats(  FILE *f )
 {
 	time_t now;