summaryrefslogtreecommitdiff
path: root/src/include/storage/dsm_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/dsm_impl.h')
-rw-r--r--src/include/storage/dsm_impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/storage/dsm_impl.h b/src/include/storage/dsm_impl.h
index f2d0c64fc05..fda551489f7 100644
--- a/src/include/storage/dsm_impl.h
+++ b/src/include/storage/dsm_impl.h
@@ -72,4 +72,7 @@ extern bool dsm_impl_op(dsm_op op, dsm_handle handle, Size request_size,
/* Some implementations cannot resize segments. Can this one? */
extern bool dsm_impl_can_resize(void);
+/* Implementation-dependent actions required to keep segment until shudown. */
+extern void dsm_impl_keep_segment(dsm_handle handle, void *impl_private);
+
#endif /* DSM_IMPL_H */