Changeset 13096 for trunk/Nebulous/nebclient/src/nebclient.h
- Timestamp:
- Apr 30, 2007, 5:06:36 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/nebclient.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/nebclient.h
r5661 r13096 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.h,v 1.3 0 2005-12-02 23:49:08jhoblitt Exp $6 * $Id: nebclient.h,v 1.31 2007-05-01 03:06:36 jhoblitt Exp $ 7 7 */ 8 8 … … 37 37 char so_id[256]; ///< storage object ID 38 38 char ext_id[256]; ///< storage object key (name) 39 char class_id[256]; ///< storage object class40 char comment[256]; ///< storage object comment41 39 char read_lock[256]; ///< read lock value 42 40 char write_lock[256]; ///< write lock value … … 80 78 nebServer *server, ///< nebServer object 81 79 const char *key, ///< storage object key (name) 82 unsigned int class, ///< storage object storage class83 80 const char *volume, ///< preferred storage location of initial instance 84 const char *comment, ///< storage object comment85 81 char **URI ///< URL of initial instance, can be NULL 86 82 ); … … 94 90 nebServer *server, ///< nebServer object 95 91 const char *key, ///< storage object key (name) 96 unsigned int class, ///< storage object storage class97 92 const char *volume, ///< preferred storage location of initial instance 98 const char *comment, ///< storage object comment99 93 char **URI ///< URL of initial instance, can be NULL 100 94 );
Note:
See TracChangeset
for help on using the changeset viewer.
