commit | a3e576bfde1afaaae23aca69ae3963e7dce7dfc0 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Wed May 22 21:22:23 2019 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Sun May 26 14:39:40 2019 -0700 |
tree | 17502c8a7186a0471245b51493217345a1223b63 | |
parent | bfb041241e2d13b61478a1964dae48e1ea264e8b [diff] |
Convert HotGoal over to event loops. Change-Id: I43f9e4b26f89e5758cb4a18d91694cdb68186361
diff --git a/y2014/queues/hot_goal.q b/y2014/queues/hot_goal.q index d936968..8aabb46 100644 --- a/y2014/queues/hot_goal.q +++ b/y2014/queues/hot_goal.q
@@ -1,7 +1,7 @@ package y2014; +// Published on ".y2014.hot_goal" message HotGoal { uint64_t left_count; uint64_t right_count; }; -queue HotGoal hot_goal;