Changeset 8994 for branches/orange-next/test/client/sysint/lookup.c
- Timestamp:
- 08/05/11 14:23:00 (22 months ago)
- Files:
-
- 1 modified
-
branches/orange-next/test/client/sysint/lookup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/orange-next/test/client/sysint/lookup.c
r7471 r8994 72 72 } 73 73 74 printf("Handle : % llu\n", llu(resp_lk.ref.handle));74 printf("Handle : %s\n", PVFS_handle_to_str(resp_lk.ref.handle)); 75 75 printf("FS ID : %d\n", resp_lk.ref.fs_id); 76 76
