2004-06-24 21:10:31 +00:00
|
|
|
/*---
|
|
|
|
This software is copyrighted by the Regents of the University of
|
|
|
|
California, and other parties. The following terms apply to all files
|
|
|
|
associated with the software unless explicitly disclaimed in
|
|
|
|
individual files.
|
|
|
|
|
|
|
|
The authors hereby grant permission to use, copy, modify, distribute,
|
|
|
|
and license this software and its documentation for any purpose,
|
|
|
|
provided that existing copyright notices are retained in all copies
|
|
|
|
and that this notice is included verbatim in any distributions. No
|
|
|
|
written agreement, license, or royalty fee is required for any of the
|
|
|
|
authorized uses. Modifications to this software may be copyrighted by
|
|
|
|
their authors and need not follow the licensing terms described here,
|
|
|
|
provided that the new terms are clearly indicated on the first page of
|
|
|
|
each file where they apply.
|
|
|
|
|
|
|
|
IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
|
|
|
|
FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
|
|
|
|
ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
|
|
|
|
DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
|
|
|
|
POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
|
|
|
THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
|
|
|
|
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
|
|
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
|
|
|
|
NON-INFRINGEMENT. THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, AND
|
|
|
|
THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE
|
|
|
|
MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
|
|
|
|
|
|
|
GOVERNMENT USE: If you are acquiring this software on behalf of the
|
|
|
|
U.S. government, the Government shall have only "Restricted Rights" in
|
|
|
|
the software and related documentation as defined in the Federal
|
|
|
|
Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you are
|
|
|
|
acquiring the software on behalf of the Department of Defense, the
|
|
|
|
software shall be classified as "Commercial Computer Software" and the
|
|
|
|
Government shall have only "Restricted Rights" as defined in Clause
|
|
|
|
252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the
|
|
|
|
authors grant the U.S. Government and others acting in its behalf
|
|
|
|
permission to use and distribute the software in accordance with the
|
|
|
|
terms specified in this license.
|
|
|
|
---*/
|
|
|
|
/**
|
|
|
|
* @file
|
|
|
|
*
|
|
|
|
* defines various constants
|
|
|
|
*
|
2006-10-05 00:46:18 +00:00
|
|
|
* @todo Sometime, LLADD's \#includes need to be cleaned up. In
|
2004-06-24 21:10:31 +00:00
|
|
|
* particular, we should make sure everything directly or indirectly
|
2009-04-13 22:50:12 +00:00
|
|
|
* includes this file, common.h, and constants.h
|
2004-06-24 21:10:31 +00:00
|
|
|
*
|
|
|
|
* @ingroup LLADD_CORE
|
|
|
|
*
|
merge in changes from svn[r1572..r1601]
------------------------------------------------------------------------
r1601 | sears.russell@gmail.com | 2012-03-20 18:43:00 -0400 (Tue, 20
Mar 2012) | 1 line
commit bLSM bloom filter to stasis/util, which is where it really
belongs
------------------------------------------------------------------------
r1600 | sears.russell@gmail.com | 2012-03-04 01:58:38 -0500 (Sun, 04
Mar 2012) | 1 line
fix memory leak in skiplist unit test (now it is valgrind clean)
------------------------------------------------------------------------
r1599 | sears.russell@gmail.com | 2012-03-04 01:58:05 -0500 (Sun, 04
Mar 2012) | 1 line
fix typo in finalize type
------------------------------------------------------------------------
r1598 | sears.russell@gmail.com | 2012-03-04 00:59:59 -0500 (Sun, 04
Mar 2012) | 1 line
add comparator and finalizer parameters to skiplist constructor
------------------------------------------------------------------------
r1597 | sears.russell@gmail.com | 2012-03-03 18:23:16 -0500 (Sat, 03
Mar 2012) | 1 line
bugfixes for skiplist
------------------------------------------------------------------------
r1596 | sears.russell@gmail.com | 2012-03-02 15:05:07 -0500 (Fri, 02
Mar 2012) | 1 line
updated concurrentSkipList. Seeing strange crashes
------------------------------------------------------------------------
r1595 | sears.russell@gmail.com | 2012-03-01 16:51:59 -0500 (Thu, 01
Mar 2012) | 1 line
add progress reports
------------------------------------------------------------------------
r1594 | sears.russell@gmail.com | 2012-02-28 13:17:05 -0500 (Tue, 28
Feb 2012) | 1 line
experimental support for automatic logfile preallocation
------------------------------------------------------------------------
r1593 | sears.russell@gmail.com | 2012-02-28 12:10:01 -0500 (Tue, 28
Feb 2012) | 1 line
add histogram reporting to rawIOPS benchmark
------------------------------------------------------------------------
r1592 | sears.russell@gmail.com | 2012-02-24 16:31:36 -0500 (Fri, 24
Feb 2012) | 1 line
userspace raid 0 implementation
------------------------------------------------------------------------
r1591 | sears.russell@gmail.com | 2012-02-12 01:47:25 -0500 (Sun, 12
Feb 2012) | 1 line
add skiplist unit test, fix compile warnings
------------------------------------------------------------------------
r1590 | sears.russell@gmail.com | 2012-02-12 00:52:52 -0500 (Sun, 12
Feb 2012) | 1 line
fix compile error
------------------------------------------------------------------------
r1589 | sears.russell@gmail.com | 2012-02-12 00:50:21 -0500 (Sun, 12
Feb 2012) | 1 line
fix some bugs in hazard.h surrounding thread list management and
overruns of R under high contention
------------------------------------------------------------------------
r1588 | sears.russell@gmail.com | 2012-02-11 14:23:10 -0500 (Sat, 11
Feb 2012) | 1 line
add hazard pointer for get_lock. It was implicitly blowing away the
hazard pointer protecting y in the caller
------------------------------------------------------------------------
r1587 | sears.russell@gmail.com | 2012-02-10 18:51:25 -0500 (Fri, 10
Feb 2012) | 1 line
fix null pointer bug
------------------------------------------------------------------------
r1586 | sears.russell@gmail.com | 2012-02-10 18:03:39 -0500 (Fri, 10
Feb 2012) | 1 line
add simple refcounting scheme to concurrentSkipList. This solves the
problem where a deleted node points to another deleted node, and we
only have a hazard pointer for the first node.
------------------------------------------------------------------------
r1585 | sears.russell@gmail.com | 2012-02-10 14:19:14 -0500 (Fri, 10
Feb 2012) | 1 line
add hazard pointers for update using the smallest free slot first. The
old method left a race condition, since hazard_scan stops at the first
null pointer.
------------------------------------------------------------------------
r1584 | sears.russell@gmail.com | 2012-02-10 02:45:30 -0500 (Fri, 10
Feb 2012) | 1 line
add hazard pointers for update array
------------------------------------------------------------------------
r1583 | sears.russell@gmail.com | 2012-02-10 00:04:50 -0500 (Fri, 10
Feb 2012) | 1 line
skiplist update: concurrent, but broken
------------------------------------------------------------------------
r1582 | sears.russell@gmail.com | 2012-02-09 17:44:27 -0500 (Thu, 09
Feb 2012) | 1 line
skip list implementation. Not concurrent yet.
------------------------------------------------------------------------
r1581 | sears.russell@gmail.com | 2012-02-08 13:33:29 -0500 (Wed, 08
Feb 2012) | 1 line
Commit of a bunch of new, unused code: KISS random number generator,
Hazard Pointers, SUX latches (untested) and bit twiddling for
concurrent b-tree
------------------------------------------------------------------------
r1580 | sears.russell@gmail.com | 2012-01-17 19:17:37 -0500 (Tue, 17
Jan 2012) | 1 line
fix typo
------------------------------------------------------------------------
r1579 | sears.russell@gmail.com | 2012-01-11 18:33:31 -0500 (Wed, 11
Jan 2012) | 1 line
static build fixes for linux. hopefully these do not break macos...
------------------------------------------------------------------------
r1578 | sears.russell@gmail.com | 2012-01-09 19:13:34 -0500 (Mon, 09
Jan 2012) | 1 line
fix cmake under linux
------------------------------------------------------------------------
r1577 | sears.russell@gmail.com | 2012-01-09 18:37:15 -0500 (Mon, 09
Jan 2012) | 1 line
fix linux static binary compilation bugs
------------------------------------------------------------------------
r1576 | sears.russell | 2012-01-09 18:00:08 -0500 (Mon, 09 Jan 2012) |
1 line
port to macos x
------------------------------------------------------------------------
r1575 | sears.russell | 2012-01-09 17:39:43 -0500 (Mon, 09 Jan 2012) |
1 line
add missing _ from sync call name
------------------------------------------------------------------------
r1574 | sears.russell@gmail.com | 2012-01-09 14:26:31 -0500 (Mon, 09
Jan 2012) | 1 line
add -rt flag to static builds
------------------------------------------------------------------------
r1573 | sears.russell@gmail.com | 2011-12-20 23:38:29 -0500 (Tue, 20
Dec 2011) | 1 line
Simple makefile geared toward building libstasis.so and libstasis.a
(and nothing else)
------------------------------------------------------------------------
r1572 | sears.russell@gmail.com | 2011-12-20 22:37:54 -0500 (Tue, 20
Dec 2011) | 1 line
add some missing #include<config.h> lines
2012-04-21 16:52:31 +00:00
|
|
|
* $Id: constants.h 1543 2011-08-25 21:29:51Z sears.russell@gmail.com $
|
2004-06-24 21:10:31 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONSTANTS_H__
|
|
|
|
#define __CONSTANTS_H__
|
2008-09-28 03:11:24 +00:00
|
|
|
|
2004-06-24 21:10:31 +00:00
|
|
|
/*#define DEBUG 1*/
|
|
|
|
|
2008-12-01 22:45:32 +00:00
|
|
|
/*
|
2005-02-28 00:00:17 +00:00
|
|
|
define error codes
|
2004-06-24 21:10:31 +00:00
|
|
|
*/
|
2005-02-08 01:13:57 +00:00
|
|
|
#define LLADD_DEADLOCK -1
|
|
|
|
#define LLADD_NO_MEM -2
|
|
|
|
#define LLADD_IO_ERROR -3
|
|
|
|
#define LLADD_INTERNAL_ERROR -4
|
2009-04-13 22:50:12 +00:00
|
|
|
/**
|
|
|
|
* Currently, Stasis has a fixed number of transactions that may be
|
|
|
|
* active at one time.
|
|
|
|
*/
|
|
|
|
#define LLADD_EXCEED_MAX_TRANSACTIONS -5
|
|
|
|
|
2004-06-24 21:10:31 +00:00
|
|
|
#define PAGE_SIZE 4096
|
|
|
|
|
2007-03-05 23:56:38 +00:00
|
|
|
#define LOG_TO_FILE 0
|
|
|
|
#define LOG_TO_MEMORY 1
|
2011-04-19 18:51:43 +00:00
|
|
|
#define LOG_TO_DIR 2
|
2007-03-05 23:56:38 +00:00
|
|
|
|
2007-03-07 06:45:28 +00:00
|
|
|
#define VOLATILE 0
|
|
|
|
#define PERSISTENT 1
|
|
|
|
#define DURABLE 2
|
|
|
|
|
2011-08-25 21:29:51 +00:00
|
|
|
#define STASIS_BUFFER_MANAGER_PREALLOCATE_DEFAULT 1
|
|
|
|
#define STASIS_BUFFER_MANAGER_PREALLOCATE_DISABLED 2
|
|
|
|
#define STASIS_BUFFER_MANAGER_PREALLOCATE_LEGACY 3
|
|
|
|
|
2011-08-23 18:25:26 +00:00
|
|
|
#define STASIS_REPLACEMENT_POLICY_THREADSAFE_LRU 1
|
|
|
|
#define STASIS_REPLACEMENT_POLICY_CONCURRENT_LRU 2
|
|
|
|
#define STASIS_REPLACEMENT_POLICY_CLOCK 3
|
|
|
|
|
2006-06-13 23:58:04 +00:00
|
|
|
#define MAX_TRANSACTIONS 1000
|
2004-06-24 21:10:31 +00:00
|
|
|
|
|
|
|
/** Operation types */
|
|
|
|
|
2010-01-07 21:50:17 +00:00
|
|
|
#define OPERATION_INVALID (UCHAR_MAX)
|
2009-03-31 05:02:54 +00:00
|
|
|
|
2004-08-03 02:04:56 +00:00
|
|
|
#define OPERATION_SET 0
|
2008-09-28 03:11:24 +00:00
|
|
|
#define OPERATION_SET_INVERSE 1
|
|
|
|
#define OPERATION_INCREMENT 2
|
|
|
|
#define OPERATION_DECREMENT 3
|
|
|
|
#define OPERATION_ALLOC 4
|
|
|
|
#define OPERATION_PREPARE 5
|
2009-03-15 07:21:37 +00:00
|
|
|
#define OPERATION_SET_LSN_FREE 6
|
|
|
|
#define OPERATION_SET_LSN_FREE_INVERSE 7
|
2008-09-28 03:11:24 +00:00
|
|
|
#define OPERATION_DEALLOC 8
|
|
|
|
#define OPERATION_REALLOC 9
|
|
|
|
|
|
|
|
#define OPERATION_PAGE_SET_RANGE 10
|
|
|
|
#define OPERATION_PAGE_SET_RANGE_INVERSE 11
|
2009-07-13 17:18:01 +00:00
|
|
|
|
|
|
|
#define OPERATION_SEGMENT_FILE_PWRITE 12
|
|
|
|
#define OPERATION_SEGMENT_FILE_PWRITE_INVERSE 13
|
|
|
|
|
2009-03-31 05:02:54 +00:00
|
|
|
// 14
|
|
|
|
// 15
|
|
|
|
// 16
|
|
|
|
// 17
|
|
|
|
// 18
|
2009-03-15 07:21:37 +00:00
|
|
|
|
2008-09-28 03:11:24 +00:00
|
|
|
#define OPERATION_NOOP 19
|
2010-05-11 23:34:13 +00:00
|
|
|
//20
|
2009-04-13 22:50:12 +00:00
|
|
|
#define OPERATION_ARRAY_LIST_HEADER_INIT 21
|
2010-05-11 23:34:13 +00:00
|
|
|
|
2008-09-28 03:11:24 +00:00
|
|
|
#define OPERATION_INITIALIZE_PAGE 22
|
2010-05-11 23:34:13 +00:00
|
|
|
#define OPERATION_INITIALIZE_MULTIPAGE 23
|
2008-09-28 03:11:24 +00:00
|
|
|
|
2004-12-03 00:27:47 +00:00
|
|
|
#define OPERATION_SET_RANGE 27
|
|
|
|
#define OPERATION_SET_RANGE_INVERSE 28
|
2005-01-14 10:08:10 +00:00
|
|
|
#define OPERATION_LINKED_LIST_INSERT 29
|
|
|
|
#define OPERATION_LINKED_LIST_REMOVE 30
|
2005-01-15 01:45:27 +00:00
|
|
|
#define OPERATION_LINEAR_HASH_INSERT 31
|
|
|
|
#define OPERATION_LINEAR_HASH_REMOVE 32
|
|
|
|
|
2007-03-28 09:21:07 +00:00
|
|
|
//#define OPERATION_SET_RAW 33
|
|
|
|
//#define OPERATION_INSTANT_SET_RAW 34
|
2006-05-25 20:08:12 +00:00
|
|
|
|
2006-07-18 23:59:00 +00:00
|
|
|
#define OPERATION_ALLOC_BOUNDARY_TAG 35
|
2006-05-25 20:08:12 +00:00
|
|
|
|
2009-03-31 05:02:54 +00:00
|
|
|
//#define OPERATION_FIXED_PAGE_ALLOC 36
|
2006-07-20 00:49:49 +00:00
|
|
|
|
2006-07-25 00:56:50 +00:00
|
|
|
#define OPERATION_ALLOC_REGION 37
|
2008-09-28 03:11:24 +00:00
|
|
|
#define OPERATION_ALLOC_REGION_INVERSE 38
|
|
|
|
|
|
|
|
#define OPERATION_DEALLOC_REGION 39
|
|
|
|
#define OPERATION_DEALLOC_REGION_INVERSE 40
|
2006-07-25 00:56:50 +00:00
|
|
|
|
2009-04-03 22:00:27 +00:00
|
|
|
#define OPERATION_USER_DEFINED(x) (x+128)
|
|
|
|
|
|
|
|
/* number above should be less than number below */
|
|
|
|
#define MAX_OPERATIONS 255
|
2005-03-18 23:26:25 +00:00
|
|
|
|
2006-07-29 00:56:54 +00:00
|
|
|
/* Storage managers */
|
|
|
|
#define STORAGE_MANAGER_TALLOC 1
|
2008-02-20 22:49:24 +00:00
|
|
|
#define STORAGE_MANAGER_NAIVE_PAGE_ALLOC 2
|
2006-07-20 01:29:39 +00:00
|
|
|
|
2006-06-17 00:25:09 +00:00
|
|
|
//#define SLOT_TYPE_BASE PAGE_SIZE
|
2006-06-13 22:38:50 +00:00
|
|
|
|
2006-07-27 00:03:36 +00:00
|
|
|
#define INVALID_XID (-1)
|
|
|
|
|
2009-10-12 19:16:41 +00:00
|
|
|
#define INVALID_LSN (-1)
|
2010-02-11 20:36:33 +00:00
|
|
|
#define INVALID_SIZE (-1)
|
2004-08-21 00:03:30 +00:00
|
|
|
/** This constant is used as a placeholder to mark slot locations that are invalid.
|
|
|
|
@see slotted.c, indirect.c
|
|
|
|
*/
|
2006-06-17 00:25:09 +00:00
|
|
|
#define INVALID_SLOT (-1)
|
2009-04-13 22:50:12 +00:00
|
|
|
/** This constant is used as a placeholder to mark slot locations that contain blobs.
|
2005-01-31 01:29:52 +00:00
|
|
|
@see slotted.c, indirect.c, blobManager.c */
|
2006-06-17 00:25:09 +00:00
|
|
|
#define BLOB_SLOT (-2)
|
2007-06-07 21:53:09 +00:00
|
|
|
#define NORMAL_SLOT (-3)
|
|
|
|
#define SLOT_TYPE_END (-4)
|
2005-01-31 01:29:52 +00:00
|
|
|
|
2008-09-28 03:11:24 +00:00
|
|
|
#define INVALID_PAGE (-1)
|
2009-07-13 17:18:01 +00:00
|
|
|
#define SEGMENT_PAGEID (-2)
|
2010-05-11 00:17:07 +00:00
|
|
|
#define MULTI_PAGEID (-3)
|
2008-09-28 03:11:24 +00:00
|
|
|
|
2009-04-13 22:50:12 +00:00
|
|
|
// TODO unify naming convention for ROOT_RECORD, NULLRID
|
|
|
|
static const recordid ROOT_RECORD = {1, 0, -1};
|
|
|
|
static const recordid NULLRID = {0,0,-1};
|
|
|
|
static const short SLOT_TYPE_LENGTHS[] = { -1, -1, sizeof(blob_record_t), -1};
|
|
|
|
|
2004-06-24 21:10:31 +00:00
|
|
|
#define BLOB_THRESHOLD_SIZE (PAGE_SIZE-30)
|
|
|
|
|
|
|
|
#define BITS_PER_BYTE 8
|
|
|
|
|
|
|
|
/** Log entry types. (Not to be confused with operation types, which are more interesting.) */
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
Definitions for different types of logs
|
|
|
|
*/
|
2006-10-04 04:39:30 +00:00
|
|
|
/* A log type reservered for the log implementation. Its format
|
|
|
|
depends on the physical log's implementation. Most other code
|
|
|
|
(recovery, abort) should be prepared to accept and ignore these
|
|
|
|
entries. */
|
|
|
|
#define INTERNALLOG 0
|
2007-03-30 09:16:21 +00:00
|
|
|
#define XBEGIN 1
|
|
|
|
#define XCOMMIT 2
|
|
|
|
#define XABORT 3
|
|
|
|
#define UPDATELOG 4
|
2009-04-13 22:50:12 +00:00
|
|
|
/**
|
2004-07-04 00:46:49 +00:00
|
|
|
XEND is used for after the pages touched by a transaction have
|
|
|
|
been flushed to stable storage.
|
|
|
|
|
2008-09-24 03:08:32 +00:00
|
|
|
@todo Actually write XEND entries to the log so that we can
|
|
|
|
use analysis to optimize redo.
|
2004-07-04 00:46:49 +00:00
|
|
|
*/
|
2004-06-24 21:10:31 +00:00
|
|
|
#define XEND 6
|
|
|
|
#define CLRLOG 7
|
|
|
|
|
2008-09-24 03:08:32 +00:00
|
|
|
#define XPREPARE 8
|
|
|
|
|
2005-02-16 04:11:14 +00:00
|
|
|
/* Page types */
|
2009-07-07 19:20:22 +00:00
|
|
|
#define UNKNOWN_TYPE_PAGE (-1)
|
2005-02-16 04:11:14 +00:00
|
|
|
#define UNINITIALIZED_PAGE 0
|
|
|
|
#define SLOTTED_PAGE 1
|
|
|
|
#define INDIRECT_PAGE 2
|
|
|
|
#define LLADD_HEADER_PAGE 3
|
|
|
|
#define LLADD_FREE_PAGE 4
|
|
|
|
#define FIXED_PAGE 5
|
|
|
|
#define ARRAY_LIST_PAGE 6
|
2006-07-18 23:59:00 +00:00
|
|
|
#define BOUNDARY_TAG_PAGE 7
|
2007-07-18 20:09:14 +00:00
|
|
|
#define BLOB_PAGE 8
|
2007-08-14 01:17:31 +00:00
|
|
|
#define LSM_ROOT_PAGE 9
|
2009-03-15 07:21:37 +00:00
|
|
|
#define SLOTTED_LSN_FREE_PAGE 10
|
2009-07-09 21:09:36 +00:00
|
|
|
#define SEGMENT_PAGE 11
|
2010-05-11 00:17:07 +00:00
|
|
|
#define MULTI_PAGE 12 // Not really a page type, but used to denote operations that touch many pages.
|
2010-09-17 01:10:42 +00:00
|
|
|
#define SLOTTED_LATCH_FREE_PAGE 13
|
2007-07-18 20:09:14 +00:00
|
|
|
#define USER_DEFINED_PAGE(n) (100+n) // 0 <= n < 155
|
|
|
|
#define MAX_PAGE_TYPE 255
|
2005-02-16 04:11:14 +00:00
|
|
|
|
2008-02-20 22:49:24 +00:00
|
|
|
#define REGION_FIRST_TAG 1
|
2006-07-29 00:56:54 +00:00
|
|
|
#define TALLOC_REGION_SIZE 100 // Pages
|
|
|
|
|
2006-10-05 00:46:18 +00:00
|
|
|
#define FILE_PERM (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)
|
2008-12-01 22:45:32 +00:00
|
|
|
//#define LOG_MODE (O_CREAT | O_RDWR | O_SYNC)
|
2007-08-20 16:53:16 +00:00
|
|
|
|
2007-11-01 20:09:55 +00:00
|
|
|
#define MAX_LSM_COMPARATORS 16
|
|
|
|
#define MAX_LSM_PAGE_INITIALIZERS 256
|
|
|
|
#define MAX_LSM_PAGE_ALLOCATORS 16
|
2008-03-01 19:34:12 +00:00
|
|
|
|
|
|
|
#define MAX_ITERATOR_TYPES 20
|
|
|
|
#define LINEAR_HASH_NTA_ITERATOR 0
|
|
|
|
#define ARRAY_ITERATOR 1
|
|
|
|
#define LOG_MEMORY_ITERATOR 2
|
|
|
|
#define POINTER_ITERATOR 3
|
2009-07-01 01:33:24 +00:00
|
|
|
#define STASIS_LOG_STRUCTURED_GROUP_ITERATOR 4
|
2008-03-01 19:34:12 +00:00
|
|
|
|
|
|
|
#define USER_DEFINED_ITERATOR 10
|
|
|
|
|
2009-07-29 21:03:16 +00:00
|
|
|
#define BYTE_ARRAY_COMPARATOR 1
|
|
|
|
|
|
|
|
#define MAX_COMPARATOR 10
|
2008-03-01 19:34:12 +00:00
|
|
|
|
|
|
|
|
2004-06-24 21:10:31 +00:00
|
|
|
#endif
|