• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/csharp/Internal/
1/* ----------------------------------------------------------------------------
2 * This file was automatically generated by SWIG (http://www.swig.org).
3 * Version 1.3.38
4 *
5 * Do not make changes to this file unless you know what you are doing--modify
6 * the SWIG interface file instead.
7 * ----------------------------------------------------------------------------- */
8
9namespace BerkeleyDB.Internal {
10
11internal enum db_lockop_t {
12  DB_LOCK_DUMP = 0,
13  DB_LOCK_GET = 1,
14  DB_LOCK_GET_TIMEOUT = 2,
15  DB_LOCK_INHERIT = 3,
16  DB_LOCK_PUT = 4,
17  DB_LOCK_PUT_ALL = 5,
18  DB_LOCK_PUT_OBJ = 6,
19  DB_LOCK_PUT_READ = 7,
20  DB_LOCK_TIMEOUT = 8,
21  DB_LOCK_TRADE = 9,
22  DB_LOCK_UPGRADE_WRITE = 10
23}
24
25}
26