summaryrefslogtreecommitdiffstats
path: root/libimagstorestdhook/src/lib.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-04-14 18:24:33 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-04-14 18:34:10 +0200
commit904e048c6f6b38d017c5b946f211b2720369a9e2 (patch)
tree46d2e1f0fe9ce05188c48547d87a1c2a2f6c7fb2 /libimagstorestdhook/src/lib.rs
parentfd637dae48ab7a9fb30c9e735c5e6af52a57047d (diff)
Add module for flock() hook
Diffstat (limited to 'libimagstorestdhook/src/lib.rs')
-rw-r--r--libimagstorestdhook/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libimagstorestdhook/src/lib.rs b/libimagstorestdhook/src/lib.rs
index 4962b275..b6488529 100644
--- a/libimagstorestdhook/src/lib.rs
+++ b/libimagstorestdhook/src/lib.rs
@@ -5,4 +5,5 @@ extern crate fs2;
extern crate libimagstore;
pub mod debug;
+pub mod flock;