Add gruel::thread as synonym to boost::thread for convenience
[debian/gnuradio] / gruel / src / include / gruel / thread.h
index 26ca059f29cf00b05eb4a5ed3cb7a6453dac4985..d72e5520ce53926d47a77bdecb6d56a4aa868784 100644 (file)
@@ -26,6 +26,7 @@
 
 namespace gruel {
 
+  typedef boost::thread                    thread;
   typedef boost::mutex                     mutex;
   typedef boost::unique_lock<boost::mutex> scoped_lock;
   typedef boost::condition_variable        condition_variable;