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

Comparing BDB/BDB.xs (file contents):
Revision 1.37 by root, Sat May 10 20:23:06 2008 UTC vs.
Revision 1.38 by root, Wed May 21 19:13:43 2008 UTC

1235 newCONSTSUB (stash, "VERSION_STRING", newSVpv (DB_VERSION_STRING, 0)); 1235 newCONSTSUB (stash, "VERSION_STRING", newSVpv (DB_VERSION_STRING, 0));
1236 1236
1237 create_respipe (); 1237 create_respipe ();
1238 1238
1239 X_THREAD_ATFORK (atfork_prepare, atfork_parent, atfork_child); 1239 X_THREAD_ATFORK (atfork_prepare, atfork_parent, atfork_child);
1240#ifdef _WIN32
1241 X_MUTEX_CHECK (wrklock);
1242 X_MUTEX_CHECK (reslock);
1243 X_MUTEX_CHECK (reqlock);
1244
1245 X_COND_CHECK (reqwait);
1246#endif
1247 patch_errno (); 1240 patch_errno ();
1248} 1241}
1249 1242
1250void 1243void
1251max_poll_reqs (int nreqs) 1244max_poll_reqs (int nreqs)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines