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.44 by root, Wed Feb 29 18:44:59 2012 UTC vs.
Revision 1.45 by root, Wed Feb 29 18:58:23 2012 UTC

53 package AnyEvent::MP::Kernel; 53 package AnyEvent::MP::Kernel;
54 54
55 # TODO: this is ugly, maybe this should go into MP::Kernel or a separate module #d# 55 # TODO: this is ugly, maybe this should go into MP::Kernel or a separate module #d#
56 56
57 our $GLOBAL; 57 our $GLOBAL;
58 our $MASTER;
58 our $NODE_ADDR; 59 our $NODE_ADDR;
59 our $GLOBAL_ADDR; 60 our $GLOBAL_ADDR;
60 our $NODE; 61 our $NODE;
61 our %GLOBAL_SLAVE; 62 our %GLOBAL_SLAVE;
62 our $GLOBAL_MON; 63 our $GLOBAL_MON;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines