Navigation Menu

Skip to content

Commit

Permalink
grn_pat: add comments to members of grn_pat_delinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yata committed Oct 28, 2015
1 parent 8388c51 commit 10ec9ad
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/grn_pat.h
Expand Up @@ -44,10 +44,11 @@ struct _grn_pat {
#define GRN_PAT_NDELINFOS 0x100

typedef struct {
grn_id d;
grn_id ld;
uint32_t stat;
uint32_t shared;
grn_id d; /* The ID of a deleting node. */
grn_id ld; /* The ID of the parent node of a deleting node. */
/* delinfo->ld is set if required. */
uint32_t stat; /* DL_EMPTY, DL_PHASE1, or DL_PHASE2. */
uint32_t shared; /* This flag is used if GRN_OBJ_KEY_WITH_SIS is set. */
} grn_pat_delinfo;

struct grn_pat_header {
Expand Down

0 comments on commit 10ec9ad

Please sign in to comment.