/[LeafOK_CVS]/lbbs/include/section_list_loader.h
ViewVC logotype

Diff of /lbbs/include/section_list_loader.h

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

Revision 1.14 by sysadm, Tue Jun 24 10:01:24 2025 UTC Revision 1.15 by sysadm, Thu Jun 26 12:17:02 2025 UTC
# Line 27  Line 27 
27  extern int section_list_loader_pid;  extern int section_list_loader_pid;
28  extern int last_article_op_log_mid;  extern int last_article_op_log_mid;
29    
30  extern int load_section_config_from_db(int reload);  extern int load_section_config_from_db(int update_gen_ex);
31    
32  // Input global_lock = 0 : lock / unlock corresponding section per article  // Input global_lock = 0 : lock / unlock corresponding section per article
33  //                     1 : lock / unlock all sections per invocation  //                     1 : lock / unlock all sections per invocation
# Line 45  extern int apply_article_op_log_from_db( Line 45  extern int apply_article_op_log_from_db(
45    
46  extern int section_list_loader_launch(void);  extern int section_list_loader_launch(void);
47    
 extern int section_list_loader_reload(void);  
   
48  // Return on success : real page_id (>= 0)  // Return on success : real page_id (>= 0)
49  //           failure : error number (< 0)  //           failure : error number (< 0)
50  extern int query_section_articles(SECTION_LIST *p_section, int page_id, ARTICLE *p_articles[],  extern int query_section_articles(SECTION_LIST *p_section, int page_id, ARTICLE *p_articles[],


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

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