ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/MP/Global.pm
(Generate patch)

Comparing AnyEvent-MP/MP/Global.pm (file contents):
Revision 1.53 by root, Tue Mar 6 13:33:53 2012 UTC vs.
Revision 1.54 by root, Tue Mar 6 14:06:56 2012 UTC

277 g_slave_disconnect $SRCNODE->{id}; 277 g_slave_disconnect $SRCNODE->{id};
278 $SRCNODE->{transport}{remote_greeting}{global} = 1; 278 $SRCNODE->{transport}{remote_greeting}{global} = 1;
279 g_global_connect $SRCNODE->{id}; 279 g_global_connect $SRCNODE->{id};
280}; 280};
281 281
282# send the local db to themaster - outselves - to prime our global_db
282snd $MASTER, g_set => \%LOCAL_DB; 283snd $MASTER, g_set => \%LOCAL_DB;
283# now add us to the set of global nodes 284# now add us to the set of global nodes
284db_set "'g" => $NODE => undef; 285db_set "'g" => $NODE => undef;
285 286
286=back 287=back

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines