Changeset 8995
- Timestamp:
- 08/05/11 16:22:19 (22 months ago)
- Location:
- branches/Orange-Branch/src
- Files:
-
- 2 modified
-
apps/admin/pvfs2-showcoll.c (modified) (1 diff)
-
common/misc/pint-perf-counter.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/Orange-Branch/src/apps/admin/pvfs2-showcoll.c
r8626 r8995 21 21 #include "pvfs2-internal.h" 22 22 23 /* declare the strnlen prototype */24 size_t strnlen(const char *s, size_t limit);25 23 26 24 static char data_path[PATH_MAX] = "/tmp/pvfs2-test-space"; -
branches/Orange-Branch/src/common/misc/pint-perf-counter.h
r8892 r8995 117 117 int max_size); 118 118 119 void PINT_free_pc (struct PINT_perf_counter *pc); 120 119 121 #endif /* __PINT_PERF_COUNTER_H */ 120 122
