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

Comparing BDB/BDB.xs (file contents):
Revision 1.28 by root, Sat Dec 22 07:33:48 2007 UTC vs.
Revision 1.29 by root, Tue Dec 25 14:23:21 2007 UTC

1325db_env_open (DB_ENV *env, octetstring db_home, U32 open_flags, int mode, SV *callback = &PL_sv_undef) 1325db_env_open (DB_ENV *env, octetstring db_home, U32 open_flags, int mode, SV *callback = &PL_sv_undef)
1326 CODE: 1326 CODE:
1327{ 1327{
1328 dREQ (REQ_ENV_OPEN); 1328 dREQ (REQ_ENV_OPEN);
1329 1329
1330 env->set_thread_count (env, wanted + 2);
1331
1332 req->env = env; 1330 req->env = env;
1333 req->uint1 = open_flags | DB_THREAD; 1331 req->uint1 = open_flags | DB_THREAD;
1334 req->int1 = mode; 1332 req->int1 = mode;
1335 req->buf1 = strdup_ornull (db_home); 1333 req->buf1 = strdup_ornull (db_home);
1336 REQ_SEND; 1334 REQ_SEND;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines