| 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; |