Changeset 105

Show
Ignore:
Timestamp:
11/21/06 20:16:18 (2 years ago)
Author:
hachi
Message:

Add a ResetPoller subroutine, to reset initialized pollers (in particular Epoll)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Socket.pm

    r103 r105  
    184184    $PostLoopCallback = undef; 
    185185    %PLCMap = (); 
     186} 
     187 
     188# Reset the initialized poller, perhaps this should be part of sub Reset. 
     189sub ResetPoller { 
     190    $DoneInit = 0; 
    186191} 
    187192