IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2009, 2:50:13 PM (17 years ago)
Author:
jhoblitt
Message:

yet more memory mangling fun

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/src/nebclient.h

    r24939 r24999  
    3838
    3939typedef struct {
    40     char            so_id[256];         ///< storage object ID
    41     char            ext_id[256];        ///< storage object key (name)
    42     char            read_lock[256];     ///< read lock value
     40    long            so_id;              ///< storage object ID
     41    long            ext_id;             ///< storage object key (name)
     42    int             read_lock;          ///< read lock value
    4343    char            write_lock[256];    ///< write lock value
    4444    char            epoch[256];         ///< creation time stamp
Note: See TracChangeset for help on using the changeset viewer.