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

Comparing AnyEvent-MP/MP/Kernel.pm (file contents):
Revision 1.86 by root, Sun Mar 4 18:48:27 2012 UTC vs.
Revision 1.87 by root, Sun Mar 4 19:45:03 2012 UTC

690 690
691############################################################################# 691#############################################################################
692# local database operations 692# local database operations
693 693
694# local database management 694# local database management
695sub db_set($$$) { 695sub db_set($$;$) {
696 $LOCAL_DB{$_[0]}{$_[1]} = $_[2]; 696 $LOCAL_DB{$_[0]}{$_[1]} = $_[2];
697 snd $MASTER, g_add => $_[0] => $_[1] => $_[2] 697 snd $MASTER, g_add => $_[0] => $_[1] => $_[2]
698 if defined $MASTER; 698 if defined $MASTER;
699} 699}
700 700

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines