Navigation Menu

Skip to content

Commit

Permalink
ii: export GRN_II_PSEG_NOT_ASSIGNED internally
Browse files Browse the repository at this point in the history
It's for using check and object_inspect implementations.
  • Loading branch information
kou committed Apr 6, 2017
1 parent e077d27 commit fbf1328
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 82 deletions.
2 changes: 2 additions & 0 deletions lib/grn_ii.h
Expand Up @@ -60,6 +60,8 @@ struct _grn_ii {
*/
#define GRN_II_MAX_CHUNK_MEDIUM (1 << (GRN_II_W_TOTAL_CHUNK - GRN_II_W_CHUNK - 4))

#define GRN_II_PSEG_NOT_ASSIGNED 0xffffffff

struct grn_ii_header {
uint64_t total_chunk_size;
uint64_t bmax;
Expand Down

0 comments on commit fbf1328

Please sign in to comment.