summaryrefslogtreecommitdiff
path: root/sql/wsrep_types.h
diff options
context:
space:
mode:
authormkaruza <mario.karuza@galeracluster.com>2021-11-22 13:04:40 +0100
committerJan Lindström <jan.lindstrom@mariadb.com>2022-08-02 17:24:28 +0300
commit9743d0043e8fc248043e2d98e7fa4197557ac59d (patch)
tree538ced1c84e51f7511649701a9ced11a0792891a /sql/wsrep_types.h
parentb3372d642265237aaa25e45c73d337068c1d5d1a (diff)
downloadmariadb-git-9743d0043e8fc248043e2d98e7fa4197557ac59d.tar.gz
MDEV-27246 Implement a method to add IPs to allowlist for Galera Cluster node addresses that can make SST/IST requests
Reviewed-by: Jan Lindström <jan.lindstrom@mariadb.com>
Diffstat (limited to 'sql/wsrep_types.h')
-rw-r--r--sql/wsrep_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/wsrep_types.h b/sql/wsrep_types.h
index 9da00e305a7..cd53ab95d0c 100644
--- a/sql/wsrep_types.h
+++ b/sql/wsrep_types.h
@@ -21,9 +21,11 @@
#include "wsrep/seqno.hpp"
#include "wsrep/view.hpp"
+#include "wsrep/allowlist_service.hpp"
typedef wsrep::id Wsrep_id;
typedef wsrep::seqno Wsrep_seqno;
typedef wsrep::view Wsrep_view;
+typedef enum wsrep::allowlist_service::allowlist_key Wsrep_allowlist_key;
#endif /* WSREP_TYPES_H */