Skip to content

Commit

Permalink
packed radtree.
Browse files Browse the repository at this point in the history
git-svn-id: file:///svn/nsd/trunk@4775 a26ef69c-88ff-0310-839f-98b793d9c207
  • Loading branch information
wcawijngaards committed Aug 29, 2017
1 parent 0da97b4 commit 8bb8e44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radtree.h
Expand Up @@ -49,7 +49,7 @@ struct radnode {
uint16_t capacity;
/** the lookup array by [byte-offset] */
struct radsel* array;
};
} ATTR_PACKED;

/**
* radix select edge in array
Expand All @@ -61,7 +61,7 @@ struct radsel {
radstrlen_type len;
/** node that deals with byte+str */
struct radnode* node;
};
} ATTR_PACKED;

/**
* Create new radix tree
Expand Down

0 comments on commit 8bb8e44

Please sign in to comment.