summaryrefslogtreecommitdiffstats
path: root/src/H5FLprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FLprivate.h')
-rw-r--r--src/H5FLprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FLprivate.h b/src/H5FLprivate.h
index 2ff31c7..1e0e3b6 100644
--- a/src/H5FLprivate.h
+++ b/src/H5FLprivate.h
@@ -64,7 +64,7 @@
/* Tracking information for each block */
typedef struct H5FL_track_t {
- H5FS_t *stack; /* Function stack */
+ H5CS_t *stack; /* Function stack */
char *file; /* Name of file containing calling function */
char *func; /* Name of calling function */
int line; /* Line # within calling function */