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

Comparing BDB/BDB.pm (file contents):
Revision 1.3 by root, Mon Feb 5 22:19:07 2007 UTC vs.
Revision 1.4 by root, Mon Feb 5 23:46:15 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 72 db_create db_open db_close db_compact db_sync db_put db_get db_pget
73 db_txn_commit db_txn_abort
73 ); 74 );
74 our @EXPORT = (@BDB_REQ, qw(dbreq_pri dbreq_nice)); 75 our @EXPORT = (@BDB_REQ, qw(dbreq_pri dbreq_nice));
75 our @EXPORT_OK = qw(poll_fileno poll_cb poll_wait flush 76 our @EXPORT_OK = qw(poll_fileno poll_cb poll_wait flush
76 min_parallel max_parallel max_idle 77 min_parallel max_parallel max_idle
77 nreqs nready npending nthreads 78 nreqs nready npending nthreads

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines