Parent Directory
|
Revision Log
|
Patch
| Revision 1.10 by sysadm, Tue Nov 4 14:58:55 2025 UTC | Revision 1.11 by sysadm, Wed Nov 5 03:17:12 2025 UTC | |
|---|---|---|
| # | Line 13 | Line 13 |
| 13 | #include "section_list.h" | #include "section_list.h" |
| 14 | #include "str_process.h" | #include "str_process.h" |
| 15 | ||
| 16 | enum article_cache_constant_t | |
| 17 | { | |
| 18 | ARTICLE_CONTENT_MAX_LEN = 1024 * 1024 * 4, // 4MB | |
| 19 | }; | |
| 20 | ||
| 21 | struct article_cache_t | struct article_cache_t |
| 22 | { | { |
| 23 | void *p_mmap; | void *p_mmap; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |