/[LeafOK_CVS]/lbbs/src/section_list.c
ViewVC logotype

Diff of /lbbs/src/section_list.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.44 by sysadm, Tue Oct 14 05:52:29 2025 UTC Revision 1.45 by sysadm, Tue Oct 21 06:24:51 2025 UTC
# Line 1715  int section_list_rd_lock(SECTION_LIST *p Line 1715  int section_list_rd_lock(SECTION_LIST *p
1715                          timer++;                          timer++;
1716                          if (timer % SECTION_TRY_LOCK_TIMES == 0)                          if (timer % SECTION_TRY_LOCK_TIMES == 0)
1717                          {                          {
1718                                  log_error("section_list_try_rd_lock() tried %d times on section %d\n", sid, timer);                                  log_error("section_list_try_rd_lock() tried %d times on section %d\n", timer, sid);
1719                          }                          }
1720                  }                  }
1721                  else // failed                  else // failed
# Line 1746  int section_list_rw_lock(SECTION_LIST *p Line 1746  int section_list_rw_lock(SECTION_LIST *p
1746                          timer++;                          timer++;
1747                          if (timer % SECTION_TRY_LOCK_TIMES == 0)                          if (timer % SECTION_TRY_LOCK_TIMES == 0)
1748                          {                          {
1749                                  log_error("section_list_try_rw_lock() tried %d times on section %d\n", sid, timer);                                  log_error("section_list_try_rw_lock() tried %d times on section %d\n", timer, sid);
1750                          }                          }
1751                  }                  }
1752                  else // failed                  else // failed


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1