IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 23, 2009, 4:43:48 PM (17 years ago)
Author:
jhoblitt
Message:

fix nebStat() to handle avialable/total # of instances

File:
1 edited

Legend:

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

    r24289 r24916  
    4444    char            epoch[256];         ///< creation time stamp
    4545    char            mtime[256];         ///< modification time stamp
    46     int             instances;          ///< number of instances
     46    int             available;          ///< number of available instances
     47    int             instances;          ///< total number of instances
    4748} nebObjectStat;
    4849
Note: See TracChangeset for help on using the changeset viewer.