diff options
-rw-r--r-- | Ivy.pm | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -7,7 +7,7 @@ # Authors: Alexandre Bustico <bustico@cena.fr> # Stéphane Chatty <chatty@cena.fr> # Hervé Damiano <damiano@cena.fr> -# Christophe Mertz <mertz@cena.fr> +# Christophe Mertz <mertz@cena.fr> # # All functions # @@ -38,7 +38,7 @@ use Time::Gettimeofday; use vars qw($VERSION); -$VERSION = '4.7'; +$VERSION = '4.8'; ############################################################################# #### PROTOTYPES ##### @@ -639,6 +639,8 @@ sub start # callback pour traiter les demandes de cxion &$fileEventFunc ($self->[connSock], [\&_getConnections, $self]) ; + + return $self; } |