Skip to content

Commit

Permalink
expose kr_active_event
Browse files Browse the repository at this point in the history
  • Loading branch information
sungo committed Mar 13, 2004
1 parent cf7e511 commit d6c0e4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/POE/Kernel.pm
Expand Up @@ -104,6 +104,7 @@ sub KR_SID_SEQ () { 8 } # \$kr_sid_seq,
sub KR_EXTRA_REFS () { 9 } # \$kr_extra_refs,
sub KR_SIZE () { 10 } # XXX UNUSED ???
sub KR_RUN () { 11 } # \$kr_run_warning
sub KR_ACTIVE_EVENT () { 12 } # \$kr_active_event
# ]

# This flag indicates that POE::Kernel's run() method was called.
Expand Down Expand Up @@ -637,6 +638,7 @@ sub new {
undef, # KR_EXTRA_REFS
undef, # KR_SIZE
\$kr_run_warning, # KR_RUN
\$kr_active_event, # KR_ACTIVE_EVENT

], $type;

Expand Down

0 comments on commit d6c0e4f

Please sign in to comment.