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

Comparing Coro-Mysql/Mysql.xs (file contents):
Revision 1.14 by root, Tue Jun 3 13:37:59 2014 UTC vs.
Revision 1.15 by root, Tue Jun 3 13:38:48 2014 UTC

154 154
155static int 155static int
156our_close (Vio *vio) 156our_close (Vio *vio)
157{ 157{
158 ourdata *our = OURDATAPTR; 158 ourdata *our = OURDATAPTR;
159 printf ("close()\n");//D
160 159
161 if (vio->read != our_read) 160 if (vio->read != our_read)
162 croak ("vio.read has unexpected content during unpatch - wtf?"); 161 croak ("vio.read has unexpected content during unpatch - wtf?");
163 162
164 if (vio->write != our_write) 163 if (vio->write != our_write)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines