Parent Directory
|
Revision Log
|
Patch
| Revision 1.5 by sysadm, Sat May 31 12:00:00 2025 UTC | Revision 1.7 by sysadm, Sat Jun 21 02:15:18 2025 UTC | |
|---|---|---|
| # | Line 18 | Line 18 |
| 18 | #define _ARTICLE_CACHE_H_ | #define _ARTICLE_CACHE_H_ |
| 19 | ||
| 20 | #include "common.h" | #include "common.h" |
| #include "str_process.h" | ||
| 21 | #include "section_list.h" | #include "section_list.h" |
| 22 | #include "str_process.h" | |
| 23 | ||
| 24 | struct article_cache_t | struct article_cache_t |
| 25 | { | { |
| 26 | void *p_mmap; | void *p_mmap; |
| 27 | size_t mmap_len; | |
| 28 | char *p_data; | char *p_data; |
| 29 | size_t data_len; | size_t data_len; |
| 30 | long line_total; | long line_total; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |