aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/injection_point.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/injection_point.h')
-rw-r--r--src/include/utils/injection_point.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/utils/injection_point.h b/src/include/utils/injection_point.h
index a61d5d44391..6e417cedc60 100644
--- a/src/include/utils/injection_point.h
+++ b/src/include/utils/injection_point.h
@@ -37,4 +37,8 @@ extern void InjectionPointAttach(const char *name,
extern void InjectionPointRun(const char *name);
extern bool InjectionPointDetach(const char *name);
+#ifdef EXEC_BACKEND
+extern PGDLLIMPORT struct InjectionPointsCtl *ActiveInjectionPoints;
+#endif
+
#endif /* INJECTION_POINT_H */