Lots of clean-ups and simplifications
[invirt/third/libt4.git] / lock.h
diff --git a/lock.h b/lock.h
index 00d4374..b23f6cf 100644 (file)
--- a/lock.h
+++ b/lock.h
@@ -6,6 +6,7 @@
 
 using std::mutex;
 using lock = std::unique_lock<std::mutex>;
+using cond = std::condition_variable;
 
 class adopt_lock : public lock {
 public: