Parent Directory
|
Revision Log
|
Patch
| Revision 1.21 by sysadm, Tue Nov 4 14:58:55 2025 UTC | Revision 1.22 by sysadm, Wed Nov 5 03:01:14 2025 UTC | |
|---|---|---|
| # | Line 13 | Line 13 |
| 13 | #include "section_list.h" | #include "section_list.h" |
| 14 | #include <mysql/mysql.h> | #include <mysql/mysql.h> |
| 15 | ||
| 16 | #define ERR_UNKNOWN_SECTION -101 | enum section_list_loader_constant_t |
| 17 | #define LOAD_ARTICLE_COUNT_LIMIT 1000 | { |
| 18 | ERR_UNKNOWN_SECTION = -101, | |
| 19 | LOAD_ARTICLE_COUNT_LIMIT = 1000, | |
| 20 | }; | |
| 21 | ||
| 22 | extern int section_list_loader_pid; | extern int section_list_loader_pid; |
| 23 | extern int last_article_op_log_mid; | extern int last_article_op_log_mid; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |