- Timestamp:
- 01/17/09 20:05:36 (4 years ago)
- git-parent:
- Files:
-
- src/stratcon_datastore.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/stratcon_datastore.h
rdcd539d r21b0c6c 16 16 typedef enum { 17 17 DS_OP_INSERT = 1, 18 DS_OP_CHKPT = 2 18 DS_OP_CHKPT = 2, 19 DS_OP_FIND = 3, 20 DS_OP_FIND_COMPLETE = 4 19 21 } stratcon_datastore_op_t; 20 22
