mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
MMP and pre-spec routing no longer needed
This commit is contained in:
parent
f76810d02e
commit
c75d508dae
8 changed files with 6 additions and 54 deletions
|
@ -96,7 +96,7 @@ castmsg(source, mc, data, vars) {
|
|||
|
||||
P2(("%O castmsg(%O,%O,%O..) for %O\n", ME, source,mc,data, _routes))
|
||||
D4(P2(("%O vars = %O\n", ME, vars)))
|
||||
// _context is an MMP variable, so we use it internally with objectp
|
||||
// _context is a routing variable, so we use it internally with objectp
|
||||
vars["_context"] = ME;
|
||||
|
||||
#ifdef PERSISTENT_SLAVES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue