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

Comparing BDB/BDB.pm (file contents):
Revision 1.4 by root, Mon Feb 5 23:46:15 2007 UTC vs.
Revision 1.5 by root, Tue Feb 6 01:09:04 2007 UTC

67BEGIN { 67BEGIN {
68 our $VERSION = '0.1'; 68 our $VERSION = '0.1';
69 69
70 our @BDB_REQ = qw( 70 our @BDB_REQ = qw(
71 db_env_create db_env_open db_env_close 71 db_env_create db_env_open db_env_close
72 db_create db_open db_close db_compact db_sync db_put db_get db_pget 72 db_create db_open db_close db_compact db_sync db_put db_get db_pget db_del
73 db_txn_commit db_txn_abort 73 db_txn_commit db_txn_abort
74 db_c_close db_c_count db_c_put db_c_get db_c_pget db_c_del
74 ); 75 );
75 our @EXPORT = (@BDB_REQ, qw(dbreq_pri dbreq_nice)); 76 our @EXPORT = (@BDB_REQ, qw(dbreq_pri dbreq_nice));
76 our @EXPORT_OK = qw(poll_fileno poll_cb poll_wait flush 77 our @EXPORT_OK = qw(poll_fileno poll_cb poll_wait flush
77 min_parallel max_parallel max_idle 78 min_parallel max_parallel max_idle
78 nreqs nready npending nthreads 79 nreqs nready npending nthreads

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines