Changeset 13200
- Timestamp:
- May 3, 2007, 11:26:55 AM (19 years ago)
- Location:
- trunk/Nebulous/nebclient/src
- Files:
-
- 2 edited
-
nebclient.c (modified) (3 diffs)
-
nebclient.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/nebclient.c
r13096 r13200 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.c,v 1.4 4 2007-05-01 03:06:36jhoblitt Exp $6 * $Id: nebclient.c,v 1.45 2007-05-03 21:26:55 jhoblitt Exp $ 7 7 */ 8 8 … … 639 639 resultArray = response.result->__ptr; 640 640 641 if (resultElements != 6) {641 if (resultElements != 7) { 642 642 nebSetErr(server, "server didn't return the proper number of stat elements"); 643 643 return NULL; … … 650 650 nullstrncpy(stat->epoch, resultArray[4], 256); 651 651 nullstrncpy(stat->mtime, resultArray[5], 256); 652 stat->instances = atoi(resultArray[6]); 652 653 653 654 return stat; -
trunk/Nebulous/nebclient/src/nebclient.h
r13096 r13200 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.h,v 1.3 1 2007-05-01 03:06:36jhoblitt Exp $6 * $Id: nebclient.h,v 1.32 2007-05-03 21:26:55 jhoblitt Exp $ 7 7 */ 8 8 … … 41 41 char epoch[256]; ///< creation time stamp 42 42 char mtime[256]; ///< modification time stamp 43 int instances; ///< number of instances 43 44 } nebObjectStat; 44 45
Note:
See TracChangeset
for help on using the changeset viewer.
