Skip to content

Commit

Permalink
stat: Allow forward declaration of stat block struct
Browse files Browse the repository at this point in the history
  • Loading branch information
shramov committed Dec 24, 2024
1 parent d6d34ca commit e374d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tll/stat.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ typedef struct
size_t size;
} tll_stat_page_t;

typedef struct
typedef struct tll_stat_block_t
{
tll_stat_page_t * lock;
tll_stat_page_t * active;
Expand Down

0 comments on commit e374d48

Please sign in to comment.