summaryrefslogtreecommitdiff
path: root/lib/gras_impl
diff options
context:
space:
mode:
authorJosh Blum2012-10-04 20:01:53 -0700
committerJosh Blum2012-10-04 20:01:53 -0700
commit3b26ff66074621c1fd1dc26b616ec1583c2fb024 (patch)
tree3cbe010f6f2cbd20eafa020e8525d11bb56b6c5a /lib/gras_impl
parent80ad97851736b0ebaba0347480e8cbcadd2f4ada (diff)
downloadsandhi-3b26ff66074621c1fd1dc26b616ec1583c2fb024.tar.gz
sandhi-3b26ff66074621c1fd1dc26b616ec1583c2fb024.tar.bz2
sandhi-3b26ff66074621c1fd1dc26b616ec1583c2fb024.zip
updated to latest subprojects, got compiling
due to the return 0 fix, interruptible threads are now optional, and by defualt off added empty hooks for max/min buffer stuff so its compiling...
Diffstat (limited to 'lib/gras_impl')
-rw-r--r--lib/gras_impl/block_actor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gras_impl/block_actor.hpp b/lib/gras_impl/block_actor.hpp
index 745483f..dada926 100644
--- a/lib/gras_impl/block_actor.hpp
+++ b/lib/gras_impl/block_actor.hpp
@@ -163,6 +163,7 @@ struct BlockActor : Apology::Worker
Block::tag_propagation_policy_t tag_prop_policy;
//interruptible thread stuff
+ bool interruptible_work;
SharedThreadGroup thread_group;
boost::shared_ptr<InterruptibleThread> interruptible_thread;