- Timestamp:
- Aug 11, 2009, 3:54:00 PM (17 years ago)
- Location:
- branches/czw_branch/cleanup
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Nebulous/nebclient/src/nebclient.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/cleanup
- Property svn:mergeinfo changed
/trunk merged: 24940-24950,24953-24971,24973-24977,24986-24989,24993-25017,25019,25021,25023-25024,25026,25029-25031,25036-25049
- Property svn:mergeinfo changed
-
branches/czw_branch/cleanup/Nebulous/nebclient/src/nebclient.h
r24951 r25051 38 38 39 39 typedef struct { 40 char so_id[256];///< storage object ID41 char ext_id[256];///< storage object key (name)42 char read_lock[256];///< read lock value40 long so_id; ///< storage object ID 41 long ext_id; ///< storage object key (name) 42 int read_lock; ///< read lock value 43 43 char write_lock[256]; ///< write lock value 44 44 char epoch[256]; ///< creation time stamp
Note:
See TracChangeset
for help on using the changeset viewer.
