ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-FastPing/FastPing.xs
(Generate patch)

Comparing AnyEvent-FastPing/FastPing.xs (file contents):
Revision 1.6 by root, Sat Jul 18 00:53:42 2009 UTC vs.
Revision 1.7 by root, Sun Jan 16 17:05:32 2011 UTC

189 189
190 if (!len) 190 if (!len)
191 pthread_exit (0); 191 pthread_exit (0);
192 else if (len != sizeof (req)) 192 else if (len != sizeof (req))
193 { 193 {
194 perror ("AnyEvent::FastPing: short reead or read error"); 194 perror ("AnyEvent::FastPing: short read or read error");
195 pthread_exit ((void *)-1); 195 pthread_exit ((void *)-1);
196 } 196 }
197 197
198 //TODO: bind to source address 198 //TODO: bind to source address
199 199

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines