diff options
Diffstat (limited to 'infra/include/ldbc.h')
| -rw-r--r-- | infra/include/ldbc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/include/ldbc.h b/infra/include/ldbc.h index 83f361e..3965a33 100644 --- a/infra/include/ldbc.h +++ b/infra/include/ldbc.h @@ -67,7 +67,7 @@ enum complex_layer LAYER_TYPE_GTPV1_U = 1 << 10 }; -#define MR_PKT_PARSE_RESULT_MAX 4 +#define MR_PKT_PARSE_RESULT_MAX 8 enum { @@ -142,4 +142,4 @@ static inline int pkt_parser_push(struct pkt_parser * pkt_parser, } const char * ldbc_str_dist_mode(struct distributer * dist_object); -const char * ldbc_str_hash_mode(struct distributer * dist_object);
\ No newline at end of file +const char * ldbc_str_hash_mode(struct distributer * dist_object); |
