/* * Copyright (C) 2015 University of Chicago. * See COPYRIGHT notice in top-level directory. * */ #ifndef __DARSHAN_MPIIO_LOG_UTILS_H #define __DARSHAN_MPIIO_LOG_UTILS_H
extern char *mpiio_counter_names[]; extern char *mpiio_f_counter_names[];
extern struct darshan_mod_logutil_funcs mpiio_logutils;
#endif