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

Diff of /lbbs/include/article_favor.h

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

Revision 1.1 by sysadm, Wed Oct 15 00:45:52 2025 UTC Revision 1.2 by sysadm, Wed Oct 15 02:25:13 2025 UTC
# Line 20  Line 20 
20  #include "section_list.h"  #include "section_list.h"
21  #include <stdint.h>  #include <stdint.h>
22    
23    #define MAX_FAVOR_AID_BASE_CNT 10000
24  #define MAX_FAVOR_AID_INC_CNT 1000  #define MAX_FAVOR_AID_INC_CNT 1000
25    
26  struct article_favor_t  struct article_favor_t
27  {  {
28          int uid;          int uid;
29          int32_t *aid_base;          int32_t aid_base[MAX_FAVOR_AID_BASE_CNT];
30          int aid_base_cnt;          int aid_base_cnt;
31          int32_t aid_inc[MAX_FAVOR_AID_INC_CNT];          int32_t aid_inc[MAX_FAVOR_AID_INC_CNT];
32          int aid_inc_cnt;          int aid_inc_cnt;


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

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