add missing static modifier
This commit is contained in:
parent
a7f71d6dbf
commit
d0df76012d
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ static int pfile_truncate_start(stasis_handle_t *h, lsn_t new_start) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
struct stasis_handle_t pfile_func = {
|
||||
static struct stasis_handle_t pfile_func = {
|
||||
.num_copies = pfile_num_copies,
|
||||
.num_copies_buffer = pfile_num_copies_buffer,
|
||||
.close = pfile_close,
|
||||
|
|
Loading…
Reference in a new issue