Add trace macro.

This commit is contained in:
Quincey Koziol 2019-04-12 18:21:35 -05:00
parent 2eac0fccbc
commit 4918d443bb

View File

@ -936,6 +936,7 @@ H5Fget_fileno(hid_t file_id, unsigned long *fileno)
herr_t ret_value = SUCCEED;
FUNC_ENTER_API(FAIL)
H5TRACE2("e", "i*Ul", file_id, fileno);
/* If no fileno pointer was passed in, exit quietly */
if(fileno) {