1
0
Fork 0
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:
psyc://psyced.org/~lynX 2011-05-21 18:36:52 +02:00
parent f76810d02e
commit c75d508dae
8 changed files with 6 additions and 54 deletions

View file

@ -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