aboutsummaryrefslogtreecommitdiff
path: root/src/lanes-keeper.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/lanes-keeper.lua')
-rw-r--r--src/lanes-keeper.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lanes-keeper.lua b/src/lanes-keeper.lua
index 1f17599..b07d6a9 100644
--- a/src/lanes-keeper.lua
+++ b/src/lanes-keeper.lua
@@ -2,6 +2,8 @@
2-- KEEPER.LUA 2-- KEEPER.LUA
3-- 3--
4-- Keeper state logic 4-- Keeper state logic
5-- DEPRECATED BY THE EQUIVALENT C IMPLEMENTATION, KEPT FOR REFERENCE ONLY
6-- SHOULD NOT BE PART OF THE INSTALLATION ANYMORE
5-- 7--
6-- This code is read in for each "keeper state", which are the hidden, inter- 8-- This code is read in for each "keeper state", which are the hidden, inter-
7-- mediate data stores used by Lanes inter-state communication objects. 9-- mediate data stores used by Lanes inter-state communication objects.