#include <db.h> typedef struct __db_lock_u DB_LOCK;
typedef struct __db_lock_u DB_LOCK;
The locking interfaces for the Berkeley DB database environment are methods of the DB_ENV handle. The DB_LOCK object is the handle for a single lock, and has no methods of its own.
Copyright Sleepycat Software