typedef-ify rb_radixtree for consistency.
This commit is contained in:
parent
4177311e6e
commit
2fc6772ee1
12 changed files with 113 additions and 105 deletions
|
@ -870,7 +870,7 @@ static void
|
|||
stats_tresv(struct Client *source_p)
|
||||
{
|
||||
struct ConfItem *aconf;
|
||||
struct rb_radixtree_iteration_state state;
|
||||
rb_radixtree_iteration_state state;
|
||||
rb_dlink_node *ptr;
|
||||
|
||||
RB_DLINK_FOREACH(ptr, resv_conf_list.head)
|
||||
|
@ -896,7 +896,7 @@ static void
|
|||
stats_resv(struct Client *source_p)
|
||||
{
|
||||
struct ConfItem *aconf;
|
||||
struct rb_radixtree_iteration_state state;
|
||||
rb_radixtree_iteration_state state;
|
||||
rb_dlink_node *ptr;
|
||||
|
||||
RB_DLINK_FOREACH(ptr, resv_conf_list.head)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue