summaryrefslogtreecommitdiffstats
path: root/libimagstorestdhook/src/debug.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-05-26 18:40:58 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-05-26 21:04:04 +0200
commit2ad5cb48aa3fc763207d1f8ab9b4c20974f56af7 (patch)
tree7a8733a77b4b55a7e643fc9e361f406c060169bb /libimagstorestdhook/src/debug.rs
parent2e80c29f47658a95023805a9a149058570bea16a (diff)
Implement store-unload hooks
Diffstat (limited to 'libimagstorestdhook/src/debug.rs')
-rw-r--r--libimagstorestdhook/src/debug.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libimagstorestdhook/src/debug.rs b/libimagstorestdhook/src/debug.rs
index 830c8e3d..9f7bd63e 100644
--- a/libimagstorestdhook/src/debug.rs
+++ b/libimagstorestdhook/src/debug.rs
@@ -43,6 +43,7 @@ impl HookDataAccessorProvider for DebugHook {
use libimagstore::hook::accessor::HookDataAccessor as HDA;
match self.position {
+ HP::StoreUnload |
HP::PreCreate |
HP::PreRetrieve |
HP::PreDelete |