[svn-r19291] Description:
Avoid getting object information for soft/external links if we aren't
going to traverse across the link itself.
Tested on:
Linux/64 2.6 (chicago) w/debug & production
(h5committest coming up)
This commit is contained in:
@@ -156,7 +156,8 @@ typedef struct {
|
||||
|
||||
|
||||
/* Definitions of routines */
|
||||
H5TOOLS_DLL int H5tools_get_link_info(hid_t file_id, const char * linkpath, h5tool_link_info_t *link_info);
|
||||
H5TOOLS_DLL int H5tools_get_link_info(hid_t file_id, const char * linkpath,
|
||||
h5tool_link_info_t *link_info, hbool_t get_obj_type);
|
||||
H5TOOLS_DLL const char *h5tools_getprogname(void);
|
||||
H5TOOLS_DLL void h5tools_setprogname(const char*progname);
|
||||
H5TOOLS_DLL int h5tools_getstatus(void);
|
||||
|
||||
Reference in New Issue
Block a user