ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/client/include/configkeys.inc
Revision: 371
Committed: Wed Jan 5 15:21:22 2022 UTC (2 years, 2 months ago) by tony
File size: 1140 byte(s)
Log Message:
Beta Release 0.1

File Contents

# Content
1 (*************************************)
2 (** Server configuration key values **)
3 (*************************************)
4
5 const
6 ISCCFG_LOCKMEM_KEY = 0;
7 ISCCFG_LOCKSEM_KEY = 1;
8 ISCCFG_LOCKSIG_KEY = 2;
9 ISCCFG_EVNTMEM_KEY = 3;
10 ISCCFG_DBCACHE_KEY = 4;
11 ISCCFG_PRIORITY_KEY = 5;
12 ISCCFG_IPCMAP_KEY = 6;
13 ISCCFG_MEMMIN_KEY = 7;
14 ISCCFG_MEMMAX_KEY = 8;
15 ISCCFG_LOCKORDER_KEY = 9;
16 ISCCFG_ANYLOCKMEM_KEY = 10;
17 ISCCFG_ANYLOCKSEM_KEY = 11;
18 ISCCFG_ANYLOCKSIG_KEY = 12;
19 ISCCFG_ANYEVNTMEM_KEY = 13;
20 ISCCFG_LOCKHASH_KEY = 14;
21 ISCCFG_DEADLOCK_KEY = 15;
22 ISCCFG_LOCKSPIN_KEY = 16;
23 ISCCFG_CONN_TIMEOUT_KEY = 17;
24 ISCCFG_DUMMY_INTRVL_KEY = 18;
25 ISCCFG_TRACE_POOLS_KEY = 19; { Internal Use only }
26 ISCCFG_REMOTE_BUFFER_KEY = 20;
27
28