summaryrefslogtreecommitdiff
path: root/src/pke-at-storage-sql.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pke-at-storage-sql.hpp')
-rw-r--r--src/pke-at-storage-sql.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pke-at-storage-sql.hpp b/src/pke-at-storage-sql.hpp
index e050929..27a20f0 100644
--- a/src/pke-at-storage-sql.hpp
+++ b/src/pke-at-storage-sql.hpp
@@ -6,6 +6,9 @@
struct pke_at_storage_sql : public pke_at_storage_interface {
void init() const override;
void teardown() const override;
+ PASIRA_DEL(ext_mapping, pke_at_ext_mapping_details) const override;
+ PASIRA_GET(ext_mapping, pke_at_ext_mappings, pke_at_ext_mapping_details) const override;
+ PASIR_UPS(ext_mapping, pke_at_ext_mapping_details) const override;
PASIR_DEL(section) const override;
PASIR_GET(section, pke_at_section_details) const override;
PASIR_UPS(section, pke_at_section_details) const override;