diff options
Diffstat (limited to 'src/include/storage/aio_internal.h')
-rw-r--r-- | src/include/storage/aio_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/storage/aio_internal.h b/src/include/storage/aio_internal.h index 0ba3c4f1476..108fe61c7b4 100644 --- a/src/include/storage/aio_internal.h +++ b/src/include/storage/aio_internal.h @@ -385,6 +385,7 @@ extern PgAioHandle *pgaio_inj_io_get(void); /* Declarations for the tables of function pointers exposed by each IO method. */ extern PGDLLIMPORT const IoMethodOps pgaio_sync_ops; +extern PGDLLIMPORT const IoMethodOps pgaio_worker_ops; extern PGDLLIMPORT const IoMethodOps *pgaio_method_ops; extern PGDLLIMPORT PgAioCtl *pgaio_ctl; |