aboutsummaryrefslogtreecommitdiff
path: root/src/keeper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/keeper.cpp')
-rw-r--r--src/keeper.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/keeper.cpp b/src/keeper.cpp
index cdbfac9..8261f5a 100644
--- a/src/keeper.cpp
+++ b/src/keeper.cpp
@@ -656,6 +656,16 @@ void Keeper::operator delete[](void* p_, Universe* U_)
656// ################################################################################################# 656// #################################################################################################
657 657
658// only used by linda:dump() and linda:__towatch() for debugging purposes 658// only used by linda:dump() and linda:__towatch() for debugging purposes
659// table is populated as follows:
660// {
661// [<key>] = {
662// first = <n>,
663// count = <n>,
664// limit = <n> | 'unlimited',
665// fifo = { <array of values> }
666// }
667// ...
668// }
659int Keeper::PushLindaStorage(Linda& linda_, DestState const L_) 669int Keeper::PushLindaStorage(Linda& linda_, DestState const L_)
660{ 670{
661 Keeper* const _keeper{ linda_.whichKeeper() }; 671 Keeper* const _keeper{ linda_.whichKeeper() };