Changeset 24999 for trunk/Nebulous/nebclient/src/nebclient.h
- Timestamp:
- Aug 4, 2009, 2:50:13 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/nebclient.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/nebclient.h
r24939 r24999 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.
